Skip to content

Commit

Permalink
Update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroLQueiroz committed May 30, 2023
1 parent a1cdb89 commit 0b4339b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 1.8.1

- Added the migration for verbose_name changes

## 1.8.0

- Added support for Django 4.1
Expand Down
2 changes: 1 addition & 1 deletion notifications/__init__.py
Expand Up @@ -8,6 +8,6 @@
"""

# PEP 386-compliant version number: N.N[.N]+[{a|b|c|rc}N[.N]+][.postN][.devN]
__version__ = '1.8.0'
__version__ = '1.8.1'

default_app_config = 'notifications.apps.Config' # pylint: disable=invalid-name

0 comments on commit 0b4339b

Please sign in to comment.