diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2e476c1..033c9e6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.11.8" + ".": "1.11.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index dc39500..87ac091 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.9](https://github.com/City-of-Helsinki/hauki/compare/hauki-v1.11.8...hauki-v1.11.9) (2026-07-12) + + +### Bug Fixes + +* **release-please:** Update uv.lock TOML JSONPath ([b37fa56](https://github.com/City-of-Helsinki/hauki/commit/b37fa56095e22f180339974fe876f0791afb45d3)) + ## [1.11.8](https://github.com/City-of-Helsinki/hauki/compare/hauki-v1.11.7...hauki-v1.11.8) (2026-06-18) diff --git a/pyproject.toml b/pyproject.toml index 1086773..fc71b2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "hauki" requires-python = ">=3.12, <3.13" -version = "1.11.8" +version = "1.11.9" dependencies = [ "Django~=5.2.14", "bleach", diff --git a/uv.lock b/uv.lock index d8c1eec..a7e173e 100644 --- a/uv.lock +++ b/uv.lock @@ -546,7 +546,7 @@ wheels = [ [[package]] name = "hauki" -version = "1.11.7" +version = "1.11.9" source = { virtual = "." } dependencies = [ { name = "bleach" },