Skip to content

Commit

Permalink
chore(main): release open-city-profile 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and danipran committed Apr 19, 2024
1 parent 4217bbb commit db13472
Show file tree
Hide file tree
Showing 3 changed files with 26 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.13.1"
".": "1.14.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

## [1.14.0](https://github.com/City-of-Helsinki/open-city-profile/compare/open-city-profile-v1.13.1...open-city-profile-v1.14.0) (2024-04-19)


### Features

* Add privacy policy and terms of use urls to gql api ([04929c9](https://github.com/City-of-Helsinki/open-city-profile/commit/04929c92e889b0e8e8c280a9ddcb972fe75d5bbc))
* Add privacy policy and terms to django admin ([810316b](https://github.com/City-of-Helsinki/open-city-profile/commit/810316bd9e710da0cad369a0611405deacde93d3))
* Add privacy policy and terms url fields to service ([6b77ac8](https://github.com/City-of-Helsinki/open-city-profile/commit/6b77ac89302fd0f5130de79a8656607bf6ac948b))
* Disable graphql introspection queries ([4f65ed7](https://github.com/City-of-Helsinki/open-city-profile/commit/4f65ed7835956190d0a981da0866b46d7f53d3f2))
* Readiness return version info, sentry get git commit hash ([#479](https://github.com/City-of-Helsinki/open-city-profile/issues/479)) ([fce8d90](https://github.com/City-of-Helsinki/open-city-profile/commit/fce8d901f0c5a37edd8c0060d6dbb11bc4525b72))
* Shorten profile name fields to 150 characters ([0ee92ae](https://github.com/City-of-Helsinki/open-city-profile/commit/0ee92ae2f0ffda1e28941da06f850349b25851fb))
* Validate GraphQL query depth ([72c1f1e](https://github.com/City-of-Helsinki/open-city-profile/commit/72c1f1eb684f56f96ac2913c152b9072a7104265))


### Bug Fixes

* Add ProfileAlreadyExistsForUserError ([d367b8e](https://github.com/City-of-Helsinki/open-city-profile/commit/d367b8e0761f83b9ba1dec9821531024cce25356))


### Documentation

* Update isort url ([616c262](https://github.com/City-of-Helsinki/open-city-profile/commit/616c26226820609ac499b31e11e0ff05a6029bf8))
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.13.1"
__version__ = "1.14.0"

0 comments on commit db13472

Please sign in to comment.