Skip to content

Commit

Permalink
Release v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
threema-danilo committed Mar 31, 2022
1 parent 91adda0 commit 93c9f97
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -12,6 +12,11 @@ Possible log types:
- `[security]` to invite users to upgrade in case of vulnerabilities.


### [v4.1.1][v4.1.1] (2022-03-31)

- [added] Log APNs push type (#49)
- [changed] Updated dependencies

### [v4.1.0][v4.1.0] (2022-03-17)

- [added] APNs: Support non-silent push notifications as well (#46)
Expand Down Expand Up @@ -91,3 +96,5 @@ Possible log types:
[v3.3.0]: https://github.com/threema-ch/push-relay/compare/v3.2.1...v3.3.0
[v3.4.0]: https://github.com/threema-ch/push-relay/compare/v3.3.0...v3.4.0
[v4.0.0]: https://github.com/threema-ch/push-relay/compare/v3.4.0...v4.0.0
[v4.1.0]: https://github.com/threema-ch/push-relay/compare/v4.0.0...v4.1.0
[v4.1.1]: https://github.com/threema-ch/push-relay/compare/v4.1.0...v4.1.1
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
@@ -1,7 +1,7 @@
[package]
name = "push-relay"
description = "This server accepts push requests via HTTP and notifies FCM/APNs push services."
version = "4.1.0"
version = "4.1.1"
authors = ["Danilo Bargen <danilo.bargen@threema.ch>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/threema-ch/push-relay"
Expand Down

0 comments on commit 93c9f97

Please sign in to comment.