diff --git a/CHANGELOG.md b/CHANGELOG.md index 925741a8..0fa0eb87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [6.45.21-beta] - 2023-09-04 + ## [6.45.20] - 2023-08-30 ### Changed - Remove sampling decision from runtime @@ -1776,10 +1778,11 @@ instead - `HttpClient` now adds `'Accept-Encoding': 'gzip'` header by default. -[Unreleased]: https://github.com/vtex/node-vtex-api/compare/v6.45.20...HEAD +[Unreleased]: https://github.com/vtex/node-vtex-api/compare/v6.45.21-beta...HEAD [6.45.15]: https://github.com/vtex/node-vtex-api/compare/v6.45.14...v6.45.15 [6.45.14]: https://github.com/vtex/node-vtex-api/compare/v6.45.13...v6.45.14 [6.45.13]: https://github.com/vtex/node-vtex-api/compare/v6.45.12...v6.45.13 +[6.45.21-beta]: https://github.com/vtex/node-vtex-api/compare/v6.45.20...v6.45.21-beta [6.45.20]: https://github.com/vtex/node-vtex-api/compare/v6.45.20-beta...v6.45.20 [6.45.20-beta]: https://github.com/vtex/node-vtex-api/compare/v6.45.19...v6.45.20-beta diff --git a/package.json b/package.json index bd4ecf2d..004a66c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/api", - "version": "6.45.20", + "version": "6.45.21-beta", "description": "VTEX I/O API client", "main": "lib/index.js", "typings": "lib/index.d.ts",