diff --git a/CHANGELOG.md b/CHANGELOG.md index f8d8a44..47ec988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.7] - 2021-12-22 + +### Changed + +- Changed descriptions of the `security` storage in translations. +- Unified translations for buttons in the consent modal. +- Removed emojis from translations. + ## [0.2.6] - 2021-12-21 ### Added @@ -126,7 +134,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The first version of the package has been released. -[unreleased]: https://github.com/68publishers/cookie-consent/compare/v0.2.6...main +[unreleased]: https://github.com/68publishers/cookie-consent/compare/v0.2.7...main +[0.2.7]: https://github.com/68publishers/cookie-consent/compare/v0.2.6...v0.2.7 [0.2.6]: https://github.com/68publishers/cookie-consent/compare/v0.2.5...v0.2.6 [0.2.5]: https://github.com/68publishers/cookie-consent/compare/v0.2.4...v0.2.5 [0.2.4]: https://github.com/68publishers/cookie-consent/compare/v0.2.3...v0.2.4 diff --git a/package.json b/package.json index 6f8036c..55dbe9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "68publishers-cookie-consent", - "version": "0.2.6", + "version": "0.2.7", "description": "Cookie consent wrapper based on orestbida/cookieconsent with GTM integration.", "homepage": "http://www.68publishers.io/", "main": "index.js",