diff --git a/CHANGELOG.md b/CHANGELOG.md index 67333b8..155e607 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.7] - 2022-06-20 +### Changed +- new sdk version +- builder compatibility +- normalize adserver url + ## [1.1.6] - 2022-06-20 ### Changed - fix scaling for nested ads @@ -39,7 +45,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Video ads support -[Unreleased]: https://github.com/adshares/decentraland/compare/v1.1.6...HEAD +[Unreleased]: https://github.com/adshares/decentraland/compare/v1.1.7...HEAD +[1.1.7]: https://github.com/adshares/decentraland/compare/v1.1.6...1.1.7 [1.1.6]: https://github.com/adshares/decentraland/compare/v1.1.5...1.1.6 [1.1.5]: https://github.com/adshares/decentraland/compare/v1.1.4...v1.1.5 [1.1.4]: https://github.com/adshares/decentraland/compare/v1.1.3...v1.1.4 diff --git a/package.json b/package.json index 6c28a03..35b4be5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adshares/decentraland", - "version": "1.1.6", + "version": "1.1.7", "display-name": "Adshares DCL smart item", "description": "Adshares Decentraland smart item banner", "author": "Adshares ", diff --git a/src/item.ts b/src/item.ts index c637c67..af8a3ac 100644 --- a/src/item.ts +++ b/src/item.ts @@ -183,7 +183,7 @@ export default class AdsharesBanner { }, medium: 'metaverse', vendor: 'decentraland', - version: '1.1.6', + version: '1.1.7', } let response: any = {}