diff --git a/CHANGELOG.md b/CHANGELOG.md index 244da8d..cf2b5a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.64.3] - 2022-01-10 ### Changed - Reduced min replicas ## [0.64.2] - 2022-01-07 diff --git a/manifest.json b/manifest.json index 86899c0..60f20da 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "checkout-graphql", "vendor": "vtex", - "version": "0.64.2", + "version": "0.64.3", "title": "Checkout GraphQL", "description": "Checkout GraphQL API", "builders": { diff --git a/node/package.json b/node/package.json index a5e5a00..7a7adc7 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.checkout-graphql", - "version": "0.64.2", + "version": "0.64.3", "private": true, "license": "UNLICENSED", "scripts": {