From 85db19831bc6bc8615ab865908e986f77cfe0af8 Mon Sep 17 00:00:00 2001 From: jrconlin Date: Wed, 2 Dec 2020 13:17:03 -0800 Subject: [PATCH] chore: release/1.57.3 --- CHANGELOG.md | 14 ++++++++++++++ autoendpoint/Cargo.toml | 2 +- autopush-common/Cargo.toml | 2 +- autopush/Cargo.toml | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a29b1a56c..921852849 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +## 1.57.3 (2020-12-02) + + +#### Bug Fixes + +* Accept either paths or strings containing the cert for APNS (#241) ([b3dd8a3e](https://github.com/mozilla-services/autopush-rs/commit/b3dd8a3ee3a47424e13a4661337aa8f4a8106612), closes [#240](https://github.com/mozilla-services/autopush-rs/issues/240)) + +#### Chore + +* tag 1.57.1 (#239) ([0f168c93](https://github.com/mozilla-services/autopush-rs/commit/0f168c93c9758b515732231e0cae0f7a8a6779bb)) + + + ## 1.57.1 (2020-11-19) diff --git a/autoendpoint/Cargo.toml b/autoendpoint/Cargo.toml index ea252580e..bd0d2f32d 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.57.0" +version = "1.57.3" authors = ["Mark Drobnak ", "jrconlin "] edition = "2018" diff --git a/autopush-common/Cargo.toml b/autopush-common/Cargo.toml index b5381e1a4..c010f72a0 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.57.1" +version = "1.57.3" authors = [ "Ben Bangert ", "JR Conlin ", diff --git a/autopush/Cargo.toml b/autopush/Cargo.toml index 8fb6138d6..30ee42c5f 100644 --- a/autopush/Cargo.toml +++ b/autopush/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "autopush" -version = "1.57.1" +version = "1.57.3" authors = [ "Ben Bangert ", "JR Conlin ",