Skip to content

Commit

Permalink
Release v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
threema-danilo committed May 29, 2024
1 parent 98bf56c commit 2bc3b4e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ Possible log types:

### Unreleased

### [v5.0.0][v5.0.0] (2024-05-29)

- [changed] Migrate from legacy FCM HTTP API to HTTP v1

Note that the FCM config format has changed! See README for details.

### [v4.3.0][v4.3.0] (2024-05-17)

- [changed] Updated dependencies
Expand Down Expand Up @@ -130,3 +134,4 @@ Possible log types:
[v4.2.2]: https://github.com/threema-ch/push-relay/compare/v4.2.1...v4.2.2
[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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "push-relay"
description = "This server accepts push requests via HTTP and notifies FCM/APNs push services."
version = "4.3.0"
version = "5.0.0"
authors = ["Danilo Bargen <[email protected]>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/threema-ch/push-relay"
Expand Down

0 comments on commit 2bc3b4e

Please sign in to comment.