diff --git a/CHANGELOG.md b/CHANGELOG.md index 1793f0b..d0a3cf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ All changes that impact users of this module are documented in this file, in the [Common Changelog](https://common-changelog.org) format with some additional specifications defined in the [CONTRIBUTING](./CONTRIBUTING.md) file. This codebase adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased [minor] +## 1.2.0 - 2024-07-11 + +_Full changeset and discussions: [#53](https://github.com/OpenTermsArchive/terms-types/pull/53)._ > Development of this release was supported by the [NGI0 Entrust Fund](https://nlnet.nl/entrust), a fund established by [NLnet](https://nlnet.nl/) with financial support from the European Commission's [Next Generation Internet](https://www.ngi.eu) programme, under the aegis of DG CNECT under grant agreement N°101069594. [Learn more](https://nlnet.nl/project/TOSDR-OTA/) on the NLNet website. diff --git a/package-lock.json b/package-lock.json index 102e128..6dbb062 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "terms-document-types", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "terms-document-types", - "version": "1.1.0", + "version": "1.2.0", "license": "EUPL-1.2", "devDependencies": { "ajv": "^8.11.2", diff --git a/package.json b/package.json index 20cd2f6..fbdab6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opentermsarchive/terms-types", - "version": "1.1.0", + "version": "1.2.0", "description": "Database of types of terms of service (“agreement”, “policy”, “guidelines”…) under which a service is delivered", "homepage": "https://github.com/OpenTermsArchive/terms-document-types#readme", "bugs": {