diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ab3651..a8ccf78 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] + +## [1.7.0] - 2025-01-21 ### Added - Add new splitting quote configuration to settings UI diff --git a/manifest.json b/manifest.json index b36a27c..841c265 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "b2b-quotes", - "version": "1.6.6", + "version": "1.7.0", "title": "B2B Quotes & Carts", "description": "Allows B2B Customers to request quotes from their sales reps and/or save carts for future use", "builders": { diff --git a/react/package.json b/react/package.json index dbf54ef..b881ec2 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-quotes", - "version": "1.6.6", + "version": "1.7.0", "scripts": { "test": "vtex-test-tools test" },