diff --git a/CHANGELOG.md b/CHANGELOG.md index 85d96bd..ed11db8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.19.2 (2024-10-11) + +### Fix + +* User queryset ([#141](https://github.com/ocadotechnology/codeforlife-package-python/issues/141)) ([`fbac442`](https://github.com/ocadotechnology/codeforlife-package-python/commit/fbac442c924a127a79147a6e6ba3819ab8c07e7a)) + ## v0.19.1 (2024-09-27) ### Fix diff --git a/codeforlife/version.py b/codeforlife/version.py index b3bb3db..4192f3d 100644 --- a/codeforlife/version.py +++ b/codeforlife/version.py @@ -5,4 +5,4 @@ # Do NOT set manually! # This is auto-updated by python-semantic-release in the pipeline. -__version__ = "0.19.1" +__version__ = "0.19.2"