From 1571ec4d93d553b0d94ad3f5bd95075bb020a38b Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Thu, 19 Sep 2019 14:32:27 -0700 Subject: [PATCH] chore: tag 1.54.2 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- autopush/Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af28e5453..d3346263b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## 1.54.2 (2019-09-19) + + +#### Bug Fixes + +* restore the log crate ([8d28c86f](https://github.com/mozilla-services/autopush-rs/commit/8d28c86f1ab02118f0ef2d047ffe50ab9fa76cf9), closes [#115](https://github.com/mozilla-services/autopush-rs/issues/115)) + + + ## 1.54.1 (2019-08-16) diff --git a/Cargo.lock b/Cargo.lock index 58637f260..e73d6cae6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -65,7 +65,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "autopush" -version = "1.54.1" +version = "1.54.2" dependencies = [ "autopush_common 1.0.0", "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/autopush/Cargo.toml b/autopush/Cargo.toml index 5f93845d8..5a0f2c310 100644 --- a/autopush/Cargo.toml +++ b/autopush/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "autopush" -version = "1.54.1" +version = "1.54.2" authors = [ "Ben Bangert ", "JR Conlin ",