diff --git a/CHANGELOG.md b/CHANGELOG.md index 5af1395..60c1358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - None +## [14.1.1] - 2023-12-19 + +### Fixed + +- Fixed error when rendering dates of events + ## [14.1.0] - 2023-12-10 ### Added diff --git a/spectator/__init__.py b/spectator/__init__.py index e46de31..04ec706 100644 --- a/spectator/__init__.py +++ b/spectator/__init__.py @@ -1,5 +1,5 @@ __title__ = "Django Spectator" -__version__ = "14.1.0" +__version__ = "14.1.1" __author__ = "Phil Gyford" __author_email__ = "phil@gyford.com" __license__ = "MIT"