Skip to content

Commit

Permalink
chore: Assemble new version 3.8.0 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
akalex authored Mar 21, 2024
1 parent 67ed20b commit 5da1b70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## 3.8.0
* Endow ``async_firebase.messages.MulticastMessage`` with the ability to set FCM options.

## 3.7.0
* `async-firebase` has been allowed to perform basic topic management tasks from the server side. Given their registration token(s), you can now subscribe and unsubscribe client app instances in bulk using server logic. You can subscribe client app instances to any existing topic, or you can create a new topic.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "async-firebase"
version = "3.7.0"
version = "3.8.0"
description = "Async Firebase Client - a Python asyncio client to interact with Firebase Cloud Messaging in an easy way."
license = "MIT"
authors = [
Expand Down

0 comments on commit 5da1b70

Please sign in to comment.