Skip to content

Commit

Permalink
release: 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shenek committed Nov 24, 2023
1 parent 2c38b35 commit 971dbde
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 971dbde

Please sign in to comment.