Skip to content

Commit 698114a

Browse files
committed
Release v0.2.4
1 parent b8f0158 commit 698114a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.4] - 2025-11-24
9+
10+
### Added
11+
12+
- `NewsletterPageMixin`: add methods to get `from_name` and `reply_to` (@chigby, #92)
13+
814
## [0.2.3] - 2025-08-20
915

1016
### Added

wagtail_newsletter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
default_app_config = "wagtail_newsletter.apps.WagtailNewsletterAppConfig"
55

66

7-
VERSION = (0, 2, 3)
7+
VERSION = (0, 2, 4)
88
__version__ = ".".join(map(str, VERSION))
99

1010

0 commit comments

Comments
 (0)