From ef47c7a7a0e6145a7bd325fcbe7204194612263a Mon Sep 17 00:00:00 2001 From: JR Conlin Date: Tue, 22 Mar 2022 09:52:34 -0700 Subject: [PATCH] chore: tag 1.60.0 (#300) --- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.lock | 6 +++--- autoendpoint/Cargo.toml | 2 +- autopush-common/Cargo.toml | 2 +- autopush/Cargo.toml | 2 +- 5 files changed, 24 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfb776298..73fac121f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +## 1.60.0 (2022-03-22) + +#### Bug Fixes + +* bug: Do not report non-actionable errors to sentry (#299) ([3d18b10d2](https://github.com/mozilla-services/autopush-rs/commit/3d18b10d2e05a768f4cb1c2fa23f86b8df825a87)) + +#### Features + +* feat: return more explicit VAPID error message (#299) ([3d18b10d2](https://github.com/mozilla-services/autopush-rs/commit/3d18b10d2e05a768f4cb1c2fa23f86b8df825a87)) + + +#### Chore + +* 1.59.1 (#297) ([01d39582](https://github.com/mozilla-services/autopush-rs/commit/01d395826c1ab7359dea5b5405e2b1ffdd5e22df)) + + + ## 1.59.1 (2022-02-25) diff --git a/Cargo.lock b/Cargo.lock index 04be41e3f..b5ef02253 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -411,7 +411,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "autoendpoint" -version = "1.59.1" +version = "1.60.0" dependencies = [ "a2", "actix-cors", @@ -462,7 +462,7 @@ dependencies = [ [[package]] name = "autopush" -version = "1.59.1" +version = "1.60.0" dependencies = [ "autopush_common", "base64 0.13.0", @@ -511,7 +511,7 @@ dependencies = [ [[package]] name = "autopush_common" -version = "1.59.1" +version = "1.60.0" dependencies = [ "base64 0.13.0", "cadence", diff --git a/autoendpoint/Cargo.toml b/autoendpoint/Cargo.toml index 84392d0e4..32cfc63be 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.59.1" +version = "1.60.0" authors = ["Mark Drobnak ", "jrconlin "] edition = "2018" diff --git a/autopush-common/Cargo.toml b/autopush-common/Cargo.toml index b4f58ad84..5fb7b112e 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.59.1" +version = "1.60.0" authors = [ "Ben Bangert ", "JR Conlin ", diff --git a/autopush/Cargo.toml b/autopush/Cargo.toml index f7f87de84..5ee6f4b00 100644 --- a/autopush/Cargo.toml +++ b/autopush/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "autopush" -version = "1.59.1" +version = "1.60.0" authors = [ "Ben Bangert ", "JR Conlin ",