diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1db91d77..2c543c4d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.20.1" + ".": "1.21.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 61fcb8eb..7491ea4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.21.0](https://github.com/City-of-Helsinki/open-city-profile/compare/open-city-profile-v1.20.1...open-city-profile-v1.21.0) (2025-01-23) + + +### Features + +* Add LoginMethodNode.credentialId field ([371582b](https://github.com/City-of-Helsinki/open-city-profile/commit/371582b9a3871b7383797744b6de18dd5bcf3273)) + + +### Dependencies + +* Bump django from 4.2.17 to 4.2.18 ([c985274](https://github.com/City-of-Helsinki/open-city-profile/commit/c98527493e8328acea084ca96557172b6e2ea101)) +* Bump virtualenv from 20.26.5 to 20.26.6 ([9714d35](https://github.com/City-of-Helsinki/open-city-profile/commit/9714d35c87025f8bea9634a2d5e7192aa027b11a)) + ## [1.20.1](https://github.com/City-of-Helsinki/open-city-profile/compare/open-city-profile-v1.20.0...open-city-profile-v1.20.1) (2024-12-12) diff --git a/open_city_profile/__init__.py b/open_city_profile/__init__.py index 3e49871f..6df86cae 100644 --- a/open_city_profile/__init__.py +++ b/open_city_profile/__init__.py @@ -1 +1 @@ -__version__ = "1.20.1" +__version__ = "1.21.0"