From 1571ec4d93d553b0d94ad3f5bd95075bb020a38b Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Thu, 19 Sep 2019 14:32:27 -0700 Subject: [PATCH 1/3] 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 ", From 8d48e3e582367cb760f7a08c49e361041883b447 Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Fri, 11 Oct 2019 16:32:54 -0700 Subject: [PATCH 2/3] chore: tag 1.54.3 --- 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 d3346263b..f680958e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## 1.54.3 (2019-10-11) + + +#### Bug Fixes + +* report Megaphone errors to Sentry ([0b6eed61](https://github.com/mozilla-services/autopush-rs/commit/0b6eed619a45ff0dc2ea2de4907a3762d00749a7)) + + + ## 1.54.2 (2019-09-19) diff --git a/Cargo.lock b/Cargo.lock index e73d6cae6..62b268f05 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.2" +version = "1.54.3" 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 5a0f2c310..064cccbb3 100644 --- a/autopush/Cargo.toml +++ b/autopush/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "autopush" -version = "1.54.2" +version = "1.54.3" authors = [ "Ben Bangert ", "JR Conlin ", From ea7f359defd25b71e9acf2748fe5030d0c8296ac Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Thu, 24 Oct 2019 21:48:29 -0700 Subject: [PATCH 3/3] chore: tag 1.54.4 --- 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 f680958e5..5c8c64a75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## 1.54.4 (2019-10-25) + + +#### Chore + +* switch to debian buster ([322ee852](https://github.com/mozilla-services/autopush-rs/commit/322ee852a868cb4aa80aae4b2a3bc5e5ab9d177f), closes [#124](https://github.com/mozilla-services/autopush-rs/issues/124)) + + + ## 1.54.3 (2019-10-11) diff --git a/Cargo.lock b/Cargo.lock index 62b268f05..45c632c20 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.3" +version = "1.54.4" 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 064cccbb3..7172820f2 100644 --- a/autopush/Cargo.toml +++ b/autopush/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "autopush" -version = "1.54.3" +version = "1.54.4" authors = [ "Ben Bangert ", "JR Conlin ",