From 060a520f4acc05a82b29354ebfe17a1dad3b8044 Mon Sep 17 00:00:00 2001 From: JR Conlin Date: Mon, 25 Jul 2022 12:46:21 -0400 Subject: [PATCH] Release/1.65.0 (#324) * chore: tag 1.64.0 * chore: tag 1.65.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 1b0e5eada..c71a5f721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +## 1.65.0 (2022-07-20) + + +#### Features + +* allow for standard base64 private keys (#323) ([7ec9e541](https://github.com/mozilla-services/autopush-rs/commit/7ec9e5410db12ff9f17f97b3eb3da0f06f6d6c14)) + +#### Chore + +* tag 1.64.0 (#322) ([3b888782](https://github.com/mozilla-services/autopush-rs/commit/3b88878285a0efd06a560d3ecc5b97b705c93105)) + + + ## (2022-07-13) diff --git a/Cargo.lock b/Cargo.lock index 15519e5d8..3c9e2aebb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -500,7 +500,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "autoendpoint" -version = "1.64.0" +version = "1.65.0" dependencies = [ "a2", "actix-cors", @@ -553,7 +553,7 @@ dependencies = [ [[package]] name = "autopush" -version = "1.64.0" +version = "1.65.0" dependencies = [ "autopush_common", "base64 0.13.0", @@ -602,7 +602,7 @@ dependencies = [ [[package]] name = "autopush_common" -version = "1.64.0" +version = "1.65.0" dependencies = [ "base64 0.13.0", "cadence", diff --git a/autoendpoint/Cargo.toml b/autoendpoint/Cargo.toml index 844f3c265..98ac26e5b 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.64.0" +version = "1.65.0" authors = ["Mark Drobnak ", "jrconlin "] edition = "2021" diff --git a/autopush-common/Cargo.toml b/autopush-common/Cargo.toml index 4573c8ff7..0d7223e9e 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.64.0" +version = "1.65.0" authors = [ "Ben Bangert ", "JR Conlin ", diff --git a/autopush/Cargo.toml b/autopush/Cargo.toml index 311435678..1e9f94b9a 100644 --- a/autopush/Cargo.toml +++ b/autopush/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "autopush" -version = "1.64.0" +version = "1.65.0" authors = [ "Ben Bangert ", "JR Conlin ",