diff --git a/CHANGES.md b/CHANGES.md index bea0082..9ebf547 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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. diff --git a/pyproject.toml b/pyproject.toml index 7049623..d2f7dd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [