diff --git a/CHANGELOG.md b/CHANGELOG.md index 18a95934..26025a4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [6.45.24] - 2023-10-05 ### Added - Allow disabling memoization for all requests of a client diff --git a/package.json b/package.json index 109f9c01..a05d8e89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/api", - "version": "6.45.23", + "version": "6.45.24", "description": "VTEX I/O API client", "main": "lib/index.js", "typings": "lib/index.d.ts",