diff --git a/CHANGELOG.md b/CHANGELOG.md index 45c6bbf06c..c919be46ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ way to update this template, but currently, we follow a pattern: ## Upcoming version 2020-XX-XX +## [v7.1.0] 2020-12-15 + - [change] Handle entity update with sparse attributes. [#1392](https://github.com/sharetribe/ftw-daily/pull/1392) - [change] Remove react-google-maps dependency. It has not been maintained for 3 years. From now on, @@ -30,6 +32,8 @@ way to update this template, but currently, we follow a pattern: - [fix] Fix FieldCheckbox validation on blur event on Firefox. [#1384](https://github.com/sharetribe/ftw-daily/pull/1384) + [v7.1.0]: https://github.com/sharetribe/ftw-daily/compare/v7.0.0...v7.1.0 + ## [v7.0.0] 2020-11-17 This major release renames all the CSS files. If you have made custom components or customized diff --git a/package.json b/package.json index df875beb5c..b60dc1f301 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "7.0.0", + "version": "7.1.0", "private": true, "license": "Apache-2.0", "dependencies": {