diff --git a/CHANGELOG.md b/CHANGELOG.md index 03a94bf2..5079eaae 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] + +## [0.6.0] - 2018-7-6 ### Added - Add the `DepartmentPage` component. diff --git a/manifest.json b/manifest.json index 5157f9b0..68023417 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store", - "version": "0.5.0", + "version": "0.6.0", "builders": { "pages": "0.x", "react": "2.x"