From a3f6205d7cac1d05db936d25b2f8ca20ec0f19bb Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Tue, 30 May 2023 12:15:25 -0700 Subject: [PATCH] chore: tag 1.67.2 --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- 3 files changed, 27 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be266827..6adafc675 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +## 1.67.2 (2023-05-30) + + +#### Chore + +* **deps:** bump requests from 2.30.0 to 2.31.0 in /tests (#380) ([cdf91df6](https://github.com/mozilla-services/autopush-rs/commit/cdf91df6df7e197a7ced3ac1310b17291541f9b0)) + +#### Features + +* switch to latest release a2 library (#362) ([728fe169](https://github.com/mozilla-services/autopush-rs/commit/728fe169f2bd1f52100b65f744c1bfff3cbdd0fe)) +* add broadcast (megaphone) support (#381) ([97d3a3ae](https://github.com/mozilla-services/autopush-rs/commit/97d3a3aeff582de0f5cffa5affc431e6eac914c2)) +* complete (mostly) the WebPushClient (#379) ([f7110214](https://github.com/mozilla-services/autopush-rs/commit/f7110214d60cb77824b493d54035bd3ed65488ba)) +* move tests to python3 ([08bd46b8](https://github.com/mozilla-services/autopush-rs/commit/08bd46b896df625422f56a15fc9793295d0a084b)) + + + ## 1.67.1 (2023-05-05) diff --git a/Cargo.lock b/Cargo.lock index 2cb2a5c91..436789fae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -505,7 +505,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "autoconnect" -version = "1.67.1" +version = "1.67.2" dependencies = [ "actix", "actix-cors", @@ -551,7 +551,7 @@ dependencies = [ [[package]] name = "autoconnect_common" -version = "1.67.1" +version = "1.67.2" dependencies = [ "actix-web", "autopush_common", @@ -570,7 +570,7 @@ dependencies = [ [[package]] name = "autoconnect_settings" -version = "1.67.1" +version = "1.67.2" dependencies = [ "autoconnect_common", "autopush_common", @@ -589,7 +589,7 @@ dependencies = [ [[package]] name = "autoconnect_web" -version = "1.67.1" +version = "1.67.2" dependencies = [ "actix-codec", "actix-http", @@ -615,7 +615,7 @@ dependencies = [ [[package]] name = "autoconnect_ws" -version = "1.67.1" +version = "1.67.2" dependencies = [ "actix-http", "actix-rt", @@ -640,7 +640,7 @@ dependencies = [ [[package]] name = "autoconnect_ws_sm" -version = "1.67.1" +version = "1.67.2" dependencies = [ "actix-rt", "actix-web", @@ -661,7 +661,7 @@ dependencies = [ [[package]] name = "autoendpoint" -version = "1.67.1" +version = "1.67.2" dependencies = [ "a2", "actix-cors", @@ -718,7 +718,7 @@ dependencies = [ [[package]] name = "autopush" -version = "1.67.1" +version = "1.67.2" dependencies = [ "autopush_common", "base64 0.21.2", @@ -772,7 +772,7 @@ dependencies = [ [[package]] name = "autopush_common" -version = "1.67.1" +version = "1.67.2" dependencies = [ "actix-http", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 4175386b3..cb0cfdbe6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ ] [workspace.package] -version = "1.67.1" +version = "1.67.2" authors = [ "Ben Bangert ", "JR Conlin ",