From 61780ddcc0e17fe74b3da06df742665b869a252a Mon Sep 17 00:00:00 2001 From: jrconlin Date: Tue, 22 Mar 2022 14:29:49 -0700 Subject: [PATCH] chore: tag 1.61.0 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 6 +++--- autoendpoint/Cargo.toml | 2 +- autopush-common/Cargo.toml | 2 +- autopush/Cargo.toml | 2 +- 5 files changed, 20 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73fac121f..5b65147ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +## 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)) + + + ## 1.60.0 (2022-03-22) diff --git a/Cargo.lock b/Cargo.lock index b5ef02253..4aa8027d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -411,7 +411,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "autoendpoint" -version = "1.60.0" +version = "1.61.0" dependencies = [ "a2", "actix-cors", @@ -462,7 +462,7 @@ dependencies = [ [[package]] name = "autopush" -version = "1.60.0" +version = "1.61.0" dependencies = [ "autopush_common", "base64 0.13.0", @@ -511,7 +511,7 @@ dependencies = [ [[package]] name = "autopush_common" -version = "1.60.0" +version = "1.61.0" dependencies = [ "base64 0.13.0", "cadence", diff --git a/autoendpoint/Cargo.toml b/autoendpoint/Cargo.toml index 3e3646ca3..54ab0dbfa 100644 --- a/autoendpoint/Cargo.toml +++ b/autoendpoint/Cargo.toml @@ -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 ", "jrconlin "] edition = "2021" diff --git a/autopush-common/Cargo.toml b/autopush-common/Cargo.toml index 2f5d37b85..0b07aeaaa 100644 --- a/autopush-common/Cargo.toml +++ b/autopush-common/Cargo.toml @@ -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 ", "JR Conlin ", diff --git a/autopush/Cargo.toml b/autopush/Cargo.toml index 1312fbf11..eb8397621 100644 --- a/autopush/Cargo.toml +++ b/autopush/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "autopush" -version = "1.60.0" +version = "1.61.0" authors = [ "Ben Bangert ", "JR Conlin ",