diff --git a/CHANGELOG.md b/CHANGELOG.md index 9333e3d9bb..0582ed2c72 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 +## [v2.10.0] 2019-01-31 + - [change] Extracted and refactored utility functions related to transaction and refactored several components that show transaction data (incl. InboxPage, TransactionPanel, ActivityFeed). Before updating your customization project, you should read more about what has changed from the pull @@ -21,6 +23,8 @@ way to update this template, but currently, we follow a pattern: - [change] Rest of the documentation moved to Flex Docs: https://www.sharetribe.com/docs/ [#1015](https://github.com/sharetribe/flex-template-web/pull/1015) + [v2.10.0]: https://github.com/sharetribe/flex-template-web/compare/v2.9.0...v2.10.0 + ## [v2.9.0] 2019-01-29 - [fix] day boundaries for date filter and pass booking state to bookings.query diff --git a/package.json b/package.json index ce98f76d6a..71bdccf5e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "2.9.0", + "version": "2.10.0", "private": true, "license": "Apache-2.0", "dependencies": {