diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fa682c5b7..1353fbfe9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ way to update this template, but currently, we follow a pattern: ## Upcoming version 2019-XX-XX +## [v3.2.0] 2019-07-08 + - [add] Keyword search/filter added to SearchPage component. [#1129](https://github.com/sharetribe/flex-template-web/pull/1129) - [fix] temporarily remove audit CI job. @@ -21,6 +23,8 @@ way to update this template, but currently, we follow a pattern: - [change] Update outdated dependencies. This includes updating lodash to fix the security issue. [#1135](https://github.com/sharetribe/flex-template-web/pull/1135) + [v3.2.0]: https://github.com/sharetribe/flex-template-web/compare/v3.1.1...v3.2.0 + ## [v3.1.1] 2019-07-08 - [fix] Ensure on `TransactionPanel` that enquiry has a correct transition when a customer tries to @@ -28,6 +32,8 @@ way to update this template, but currently, we follow a pattern: previous default to SCA process). [#1131](https://github.com/sharetribe/flex-template-web/pull/1131) + [v3.1.1]: https://github.com/sharetribe/flex-template-web/compare/v3.1.0...v3.1.1 + ## [v3.1.0] 2019-07-05 - [fix] SectionHero: fix type in search params. There was an extra "/s?". diff --git a/package.json b/package.json index 4c2b37e7e1..b01b954fad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "3.1.1", + "version": "3.2.0", "private": true, "license": "Apache-2.0", "dependencies": {