diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fb4c12..c395e0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0] - 2024-02-27 + ### Added - Added new storages `ad_user_data` and `ad_personalization` in the GTM template (Google Consent Mode v2 integration). diff --git a/package-lock.json b/package-lock.json index 8410231..b0e8f16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "68publishers-cookie-consent", - "version": "0.5.0-beta.0", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "68publishers-cookie-consent", - "version": "0.5.0-beta.0", + "version": "0.5.0", "license": "MIT", "dependencies": { "crypto-js": "^4.1.1", diff --git a/package.json b/package.json index d2f426a..8b696fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "68publishers-cookie-consent", - "version": "0.5.0-beta.0", + "version": "0.5.0", "description": "Cookie consent wrapper based on orestbida/cookieconsent with GTM integration.", "homepage": "http://www.68publishers.io/", "main": "index.js",