diff --git a/CHANGELOG.md b/CHANGELOG.md index f514ec1..5ffcf92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.1.3 - 2024-04-26 + +New features: + +Bug fixes: + - Fix anon visits [#8](https://github.com/okfn/ckanext-announcements/pull/8) + ## 0.1.2 - 2024-04-26 New features: diff --git a/ckanext/announcements/__init__.py b/ckanext/announcements/__init__.py index 114bd26..e1ed1f6 100644 --- a/ckanext/announcements/__init__.py +++ b/ckanext/announcements/__init__.py @@ -1 +1 @@ -__VERSION__ = "0.1.2" +__VERSION__ = "0.1.3"