diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a895f50..cbd45b66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [3.25.0] - 2020-02-06 ### Changed - `vtex.carousel` in favor of using `list-context.image-list` and `slider-layout`. - `vtex.shelf` in favor of using `list-context.product-list` and `slider-layout`. diff --git a/manifest.json b/manifest.json index 38393365..976b1f44 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-theme", - "version": "3.24.0", + "version": "3.25.0", "builders": { "styles": "2.x", "store": "0.x",