From c40dd0fe183f27c6278d5142bb668416d3860ae9 Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Tue, 26 Jun 2018 16:13:44 -0700 Subject: [PATCH] chore: tag 1.48.1 --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aac666b3e..8c113cc3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +## 1.48.1 (2018-06-26) + + +#### Chore + +* disable default app user for now ([2b7d1a9e](https://github.com/mozilla-services/autopush-rs/commit/2b7d1a9eb0ae81267c6b002929202927abb03d2d)) + +#### Bug Fixes + +* fix hostname lookup not including a port ([b6f57cb8](https://github.com/mozilla-services/autopush-rs/commit/b6f57cb86a9b6e2bfc81b677bdb3406563263a55)) +* resolve intermittent monthly integration test fails ([3ee6614c](https://github.com/mozilla-services/autopush-rs/commit/3ee6614ccfa4423eebedd61f156b25d40fa0c37d)) +* detailed resolver errors ([6bb28548](https://github.com/mozilla-services/autopush-rs/commit/6bb28548be78a95780d9855ed4c056084f90562c)) + + + ## 1.48.0 (2018-06-22) diff --git a/Cargo.lock b/Cargo.lock index a42abf9b4..7e3e8f8ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -44,7 +44,7 @@ dependencies = [ [[package]] name = "autopush" -version = "1.48.0" +version = "1.48.1" dependencies = [ "base64 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c2eec2bbb..4457d772b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "autopush" -version = "1.48.0" +version = "1.48.1" authors = [ "Ben Bangert ", "JR Conlin ",