From 2c171dbb407b1f71c735db2b926ce16fca3429e7 Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Thu, 11 Oct 2018 17:10:07 -0700 Subject: [PATCH] chore: tag 1.52.0 --- 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 e58ad96e6..04b8a8315 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +## 1.52.0 (2018-10-12) + + +#### Bug Fixes + +* quick workaround for rusoto's hyper upgrade ([06eff39b](https://github.com/mozilla-services/autopush-rs/commit/06eff39b845167fa331b23e1a8d841c394772045)) + +#### Chore + +* upgrade to latest rust ([4230d0cf](https://github.com/mozilla-services/autopush-rs/commit/4230d0cfc93ecd41d8500ed3186e0c23e861e2ab)) +* upgrade test_integrations deps ([93a5df21](https://github.com/mozilla-services/autopush-rs/commit/93a5df21896dd8ae5084f62cb888b20d270200a5)) +* upgrade dependencies minus hyper and woothee ([790ebdbb](https://github.com/mozilla-services/autopush-rs/commit/790ebdbb921014edbcf32525fa25ccc3cc41050b)) + + + ## 1.51.2 (2018-09-14) diff --git a/Cargo.lock b/Cargo.lock index cc7668810..37b884e94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -53,7 +53,7 @@ dependencies = [ [[package]] name = "autopush" -version = "1.51.2" +version = "1.52.0" dependencies = [ "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 8830676e6..98d6aaa73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "autopush" -version = "1.51.2" +version = "1.52.0" authors = [ "Ben Bangert ", "JR Conlin ",