Skip to content

Commit

Permalink
[Added] Bump rele version to 1.13.0 (#261)
Browse files Browse the repository at this point in the history
* Bump rele version to 1.13.0

* Update CHANGELOG.rst with the changes added in version 1.12

The changes of the mentioned version do not appear in the document
  • Loading branch information
daniel-ruiz committed Sep 5, 2023
1 parent b9417fd commit 4c6aa54
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

1.13.0 (2023-09-04)
-------------------
* [Added] Add verbosity to `VerboseLoggingMiddleware`'s hooks (#240)

1.12.0 (2023-07-17)
-------------------
* [Added] Check if subs have same memory address (#257)
* [Changed] Detect subs module at any folder level (#255)

1.11.0 (2023-05-09)
-------------------
* [Added] Allow updating retry policy to existing subscriptions. (#248)
Expand Down
2 changes: 1 addition & 1 deletion rele/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.12.0"
__version__ = "1.13.0"

try:
import django
Expand Down

0 comments on commit 4c6aa54

Please sign in to comment.