Skip to content

Commit

Permalink
chore(release): 8.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.7.0](v8.6.0...v8.7.0) (2023-10-17)

### Bug Fixes

* add good default for magda ([7c8b476](7c8b476))
* OR-1949 add documentation and response types ([44798a0](44798a0))
* or-1949 unify 412 problemdetails and examples ([3c291e2](3c291e2))

### Features

* OR-1949 add response detail when not found result ([fef1188](fef1188))
* OR-1949 return 404 response which has detail filled in ([f6dfa50](f6dfa50))
  • Loading branch information
basisregisters-vlaanderen committed Oct 17, 2023
1 parent 382564c commit cb3ca7c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [8.7.0](https://github.com/informatievlaanderen/association-registry/compare/v8.6.0...v8.7.0) (2023-10-17)


### Bug Fixes

* add good default for magda ([7c8b476](https://github.com/informatievlaanderen/association-registry/commit/7c8b4767e37f7dfab1e56e3966d235be2732f0d0))
* OR-1949 add documentation and response types ([44798a0](https://github.com/informatievlaanderen/association-registry/commit/44798a025b8f938303b934a895fc3df1db26298c))
* or-1949 unify 412 problemdetails and examples ([3c291e2](https://github.com/informatievlaanderen/association-registry/commit/3c291e2b841a20b73be8269ea34ccbd9f13ec4dd))


### Features

* OR-1949 add response detail when not found result ([fef1188](https://github.com/informatievlaanderen/association-registry/commit/fef118837334b98a5e8626e50f1b150b2af88f60))
* OR-1949 return 404 response which has detail filled in ([f6dfa50](https://github.com/informatievlaanderen/association-registry/commit/f6dfa50b2f86204086947ff83682dc451169ee6d))

# [8.6.0](https://github.com/informatievlaanderen/association-registry/compare/v8.5.0...v8.6.0) (2023-10-09)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "association-registry",
"version": "8.6.0",
"version": "8.7.0",
"description": "Association registry.",
"author": "Basisregisters Vlaanderen",
"license": "EUPL-1.2",
Expand Down

0 comments on commit cb3ca7c

Please sign in to comment.