diff --git a/CHANGELOG.md b/CHANGELOG.md index d17242dc..0c6bdd6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.12.1 (2024-02-01) + +### Fix + +* View property, type hints, linting, email case insensitive search ([#68](https://github.com/ocadotechnology/codeforlife-package-python/issues/68)) ([`4928d67`](https://github.com/ocadotechnology/codeforlife-package-python/commit/4928d676275426a897c56ba16e40754ffa08bb87)) + ## v0.12.0 (2024-02-01) ### Feature diff --git a/codeforlife/version.py b/codeforlife/version.py index cdaed72b..17f00747 100644 --- a/codeforlife/version.py +++ b/codeforlife/version.py @@ -1,3 +1,3 @@ # Do NOT set manually! # This is auto-updated by python-semantic-release in the pipeline. -__version__ = "0.12.0" +__version__ = "0.12.1"