diff --git a/CHANGELOG.md b/CHANGELOG.md index df00dd1..5170508 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 1.7.0 (2021-04-09) + +* fix(json-ld): Add correct types to json output definition files ([373a368](https://github.com/trompamusic/ce-api/commit/373a368)) +* feat(json-ld): Return error if document lang doesn't match accept-lang ([c354239](https://github.com/trompamusic/ce-api/commit/c354239)) +* feat(schema): Allow custom motivations to be created ([e3b03ae](https://github.com/trompamusic/ce-api/commit/e3b03ae)) +* feat(schema): allow wasAttributedTo to be a SoftwareApplication ([3866a07](https://github.com/trompamusic/ce-api/commit/3866a07)) +* feat(schema): Use custom trompa type for additionalProperty field ([e00caa9](https://github.com/trompamusic/ce-api/commit/e00caa9)) + + + ## 1.6.1 (2021-03-30) * fix(project): fix wrong month for created/modified fields ([1a8ff72](https://github.com/trompamusic/ce-api/commit/1a8ff72)) diff --git a/package.json b/package.json index 542d7d4..44d73e9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "ce-api", - "version": "1.6.1", + "version": "1.7.0", "description": "API Node.js application for TROMPA Contributor Environment", "main": "src/index.js", "license": "Apache-2.0",