diff --git a/CHANGELOG.md b/CHANGELOG.md index 57d4bbe..cb70ffe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.2.0 (2022-03-16) +### Feature +* Update dependendies devind-core ([`f471a41`](https://github.com/devind-team/devind-django-notifications/commit/f471a4131ec453fcc883ec7d0f96d4cefe41449e)) + ## v0.1.2 (2022-03-08) ### Fix * Update devind-core dependency ([`b5d2b99`](https://github.com/devind-team/devind-django-notifications/commit/b5d2b99361da1f719061ffbc31dd6bb84e65db91)) diff --git a/devind_notifications/__init__.py b/devind_notifications/__init__.py index 8aa4efd..054d834 100644 --- a/devind_notifications/__init__.py +++ b/devind_notifications/__init__.py @@ -1,3 +1,3 @@ """Devind django app for notifications via graphql subscriptions.""" -__version__ = '0.1.2' +__version__ = '0.2.0' diff --git a/pyproject.toml b/pyproject.toml index a3047e5..917d1fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "devind_notifications" -version = "0.1.2" +version = "0.2.0" description = "Devind django app for notifications." authors = ["Victor "] license = "MIT"