From 6d9ea42bb009fdf61b7f12b4e0df5a9c455a80ac Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Thu, 22 Feb 2024 10:44:15 -0800 Subject: [PATCH] chore: tag 1.70.5 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3b46d32..310202c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## 1.70.5 (2024-02-22) + + +#### Bug Fixes + +* don't add_channels when there's none to add (#634) ([b0ffa8cd](https://github.com/mozilla-services/autopush-rs/commit/b0ffa8cd10a900d32ddacfeaeadf0ccc51160021)) + + + ## 1.70.4 (2024-02-20) diff --git a/Cargo.lock b/Cargo.lock index ba71f8d9..eb98582f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -501,7 +501,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "autoconnect" -version = "1.70.4" +version = "1.70.5" dependencies = [ "actix", "actix-cors", @@ -548,7 +548,7 @@ dependencies = [ [[package]] name = "autoconnect_common" -version = "1.70.4" +version = "1.70.5" dependencies = [ "actix-web", "autopush_common", @@ -569,7 +569,7 @@ dependencies = [ [[package]] name = "autoconnect_settings" -version = "1.70.4" +version = "1.70.5" dependencies = [ "autoconnect_common", "autopush_common", @@ -589,7 +589,7 @@ dependencies = [ [[package]] name = "autoconnect_web" -version = "1.70.4" +version = "1.70.5" dependencies = [ "actix-codec", "actix-http", @@ -617,7 +617,7 @@ dependencies = [ [[package]] name = "autoconnect_ws" -version = "1.70.4" +version = "1.70.5" dependencies = [ "actix-http", "actix-rt", @@ -643,7 +643,7 @@ dependencies = [ [[package]] name = "autoconnect_ws_sm" -version = "1.70.4" +version = "1.70.5" dependencies = [ "actix-rt", "actix-web", @@ -666,7 +666,7 @@ dependencies = [ [[package]] name = "autoendpoint" -version = "1.70.4" +version = "1.70.5" dependencies = [ "a2", "actix-cors", @@ -722,7 +722,7 @@ dependencies = [ [[package]] name = "autopush_common" -version = "1.70.4" +version = "1.70.5" dependencies = [ "actix-http", "actix-rt", diff --git a/Cargo.toml b/Cargo.toml index 913d1262..949219cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ resolver = "2" [workspace.package] -version = "1.70.4" +version = "1.70.5" authors = [ "Ben Bangert ", "JR Conlin ",