diff --git a/CHANGELOG.md b/CHANGELOG.md index d6f2a54..09e8052 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.1] - 2023-11-24 + +### Fixed +- use ratelimit for each email message in 'send_messages' function + + ## [0.1.0] - 2023-11-16 ### Added diff --git a/pyproject.toml b/pyproject.toml index 9f59b29..933c579 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ DJANGO_SETTINGS_MODULE = "tests.settings" [tool.poetry] name = "django-ntfy" -version = "0.1.0" +version = "0.1.1" description = "Django's email backend which is used to send messages to ntfy.sh" authors = ["Stepan Henek "] license = "MIT"