diff --git a/CHANGELOG.md b/CHANGELOG.md index c78e2456..23647222 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ + +## 1.73.0 (2025-01-15) + + +#### Features + +* rename autopush prefix metrics to autoconnect (#822) ([9a166def](https://github.com/mozilla-services/autopush-rs/commit/9a166deff77531810cd6c401d4f41a756b509d53)) + +#### Bug Fixes + +* **ci:** + * remove all tagging of images on CI before deploy stages. (#821) ([a6fc8cdb](https://github.com/mozilla-services/autopush-rs/commit/a6fc8cdb678e4bc538e68bab601f801ef8c4b2af)) + * remove all tagging of images on CI before deploy stages. ([54420559](https://github.com/mozilla-services/autopush-rs/commit/544205593aa0511dd4cb29cf2138f863628bc399)) + * Fix test containers not depolying. (#820) ([20c65f88](https://github.com/mozilla-services/autopush-rs/commit/20c65f889ece0bfcc7a861c034192abfa320cab4)) + * Fix test containers not depolying. ([92af405d](https://github.com/mozilla-services/autopush-rs/commit/92af405d8ef48c3ce4b1657c6e81f48335427591)) + * Fix auto connect/endpoint deployments from circleci. (#819) ([bde05a10](https://github.com/mozilla-services/autopush-rs/commit/bde05a10f211db31fa7bc9cca3cc77a0c25362c2)) + * Fix auto connect/endpoint deployments from circleci. ([be7b2136](https://github.com/mozilla-services/autopush-rs/commit/be7b2136e22f24892eba41fe566bb400aae62bc4)) + + + ## 1.72.2 (2024-12-17) diff --git a/Cargo.lock b/Cargo.lock index a934c02e..e3e32aeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -569,7 +569,7 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "autoconnect" -version = "1.72.2" +version = "1.73.0" dependencies = [ "actix", "actix-cors", @@ -616,7 +616,7 @@ dependencies = [ [[package]] name = "autoconnect_common" -version = "1.72.2" +version = "1.73.0" dependencies = [ "actix-web", "autopush_common", @@ -637,7 +637,7 @@ dependencies = [ [[package]] name = "autoconnect_settings" -version = "1.72.2" +version = "1.73.0" dependencies = [ "autoconnect_common", "autopush_common", @@ -657,7 +657,7 @@ dependencies = [ [[package]] name = "autoconnect_web" -version = "1.72.2" +version = "1.73.0" dependencies = [ "actix-codec", "actix-http", @@ -685,7 +685,7 @@ dependencies = [ [[package]] name = "autoconnect_ws" -version = "1.72.2" +version = "1.73.0" dependencies = [ "actix-http", "actix-rt", @@ -711,7 +711,7 @@ dependencies = [ [[package]] name = "autoconnect_ws_sm" -version = "1.72.2" +version = "1.73.0" dependencies = [ "actix-rt", "actix-web", @@ -735,7 +735,7 @@ dependencies = [ [[package]] name = "autoendpoint" -version = "1.72.2" +version = "1.73.0" dependencies = [ "a2", "actix-cors", @@ -789,7 +789,7 @@ dependencies = [ [[package]] name = "autopush_common" -version = "1.72.2" +version = "1.73.0" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index c6f5c184..bb808ab2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ resolver = "2" [workspace.package] -version = "1.72.2" +version = "1.73.0" authors = [ "Ben Bangert ", "JR Conlin ",