From b722f62e1a06bc9e033f1341911e184a85941277 Mon Sep 17 00:00:00 2001 From: threema-donat <129288638+threema-donat@users.noreply.github.com> Date: Thu, 20 Jun 2024 11:15:54 +0200 Subject: [PATCH] Release v5.0.1 --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74bad26..0e6888c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ Possible log types: ### Unreleased +### [5.0.1][v5.0.1] (2024-06-20) + - [changed] Update dependencies ### [v5.0.0][v5.0.0] (2024-05-29) @@ -137,3 +139,4 @@ Note that the FCM config format has changed! See README for details. [v4.2.3]: https://github.com/threema-ch/push-relay/compare/v4.2.2...v4.2.3 [v4.3.0]: https://github.com/threema-ch/push-relay/compare/v4.2.3...v4.3.0 [v5.0.0]: https://github.com/threema-ch/push-relay/compare/v4.3.0...v5.0.0 +[v5.0.1]: https://github.com/threema-ch/push-relay/compare/v5.0.0...v5.0.1 diff --git a/Cargo.lock b/Cargo.lock index e24d061..d47d8be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1263,7 +1263,7 @@ dependencies = [ [[package]] name = "push-relay" -version = "5.0.0" +version = "5.0.1" dependencies = [ "a2", "aead", diff --git a/Cargo.toml b/Cargo.toml index 7409994..a9931ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "push-relay" description = "This server accepts push requests via HTTP and notifies FCM/APNs push services." -version = "5.0.0" +version = "5.0.1" authors = ["Danilo Bargen "] license = "MIT OR Apache-2.0" repository = "https://github.com/threema-ch/push-relay"