Skip to content

Commit

Permalink
chore(main): release open-city-profile 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and danipran committed Sep 18, 2024
1 parent 1af82bd commit c1e29a3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.18.0"
".": "1.18.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.18.1](https://github.com/City-of-Helsinki/open-city-profile/compare/open-city-profile-v1.18.0...open-city-profile-v1.18.1) (2024-09-16)


### Bug Fixes

* Allow always allowed data fields regardless of service ([1af82bd](https://github.com/City-of-Helsinki/open-city-profile/commit/1af82bd02d513a1fb01ae439b43f3cec3e504cd9))
* Always allow __typename ([327bbfa](https://github.com/City-of-Helsinki/open-city-profile/commit/327bbfa9325a38aa238bd65925857a5cbb209246))
* Always allow __typename in all AllowedDataFieldsMixin models ([3e0de6b](https://github.com/City-of-Helsinki/open-city-profile/commit/3e0de6b72dd8f5341f8ec1f147041215c1e3c3ad))

## [1.18.0](https://github.com/City-of-Helsinki/open-city-profile/compare/open-city-profile-v1.17.1...open-city-profile-v1.18.0) (2024-07-24)


Expand Down
2 changes: 1 addition & 1 deletion open_city_profile/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.18.0"
__version__ = "1.18.1"

0 comments on commit c1e29a3

Please sign in to comment.