Skip to content

Commit

Permalink
chore: tag 1.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrconlin committed Mar 22, 2022
1 parent 772f020 commit 61780dd
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="1.61.0"></a>
## 1.61.0 (2022-03-22)


#### Features

* add status code and errno to reported metric for bridged errors (#291) ([772f020b](https://github.com/mozilla-services/autopush-rs/commit/772f020b844cc390884a12454931e028546cc826), closes [#288](https://github.com/mozilla-services/autopush-rs/issues/288))

#### Chore

* tag 1.60.0 (#300) ([ef47c7a7](https://github.com/mozilla-services/autopush-rs/commit/ef47c7a7a0e6145a7bd325fcbe7204194612263a))



<a name="1.60.0"></a>
## 1.60.0 (2022-03-22)

Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion autoendpoint/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "autoendpoint"
# Should match version in ../autopush/Cargo.toml
version = "1.60.0"
version = "1.61.0"
authors = ["Mark Drobnak <[email protected]>", "jrconlin <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion autopush-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "autopush_common"
# Should match version in ../autopush/Cargo.toml
version = "1.60.0"
version = "1.61.0"
authors = [
"Ben Bangert <[email protected]>",
"JR Conlin <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion autopush/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "autopush"
version = "1.60.0"
version = "1.61.0"
authors = [
"Ben Bangert <[email protected]>",
"JR Conlin <[email protected]>",
Expand Down

0 comments on commit 61780dd

Please sign in to comment.