diff --git a/CHANGELOG.md b/CHANGELOG.md index c42cc687..98616b20 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.8.0] 2019-01-17 + - [add] Add CLI tool for creating .env file and setting up the environment variables. [#994](https://github.com/sharetribe/flex-template-web/pull/994) - [change] Change from Raven to Sentry SDKs for browser and Node.js to version 4.5.1. With the new @@ -26,6 +28,8 @@ way to update this template, but currently, we follow a pattern: - [fix] UI was broken for banned user after transaction enquiry changes. [#996](https://github.com/sharetribe/flex-template-web/pull/996) + [v2.8.0]: https://github.com/sharetribe/flex-template-web/compare/v2.7.1...v2.8.0 + ## [v2.7.1] 2019-01-09 - [add] Separate date ranges when fetching availability exceptions and bookings on availability diff --git a/package.json b/package.json index c364b434..42671c34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "2.7.1", + "version": "2.8.0", "private": true, "license": "Apache-2.0", "dependencies": {