From 971dbdecdbfe6297ff5895dcf08087e5895347a9 Mon Sep 17 00:00:00 2001 From: Stepan Henek Date: Fri, 24 Nov 2023 14:56:56 +0100 Subject: [PATCH] release: 0.1.1 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"