diff --git a/CHANGELOG.md b/CHANGELOG.md index efa910900..1bd28b5f7 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.3.0] - 2018-6-14 ### Added - Internationalization to the schema. - `SearchResult` component diff --git a/manifest.json b/manifest.json index eb1e96cda..77122302c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "search-result", "vendor": "vtex", - "version": "0.2.0", + "version": "0.3.0", "title": "VTEX Search Result", "description": "A search result wrapper component", "mustUpdateAt": "2019-04-25",