From c5fd82bd668777224d0ba33b6d0048f81f02681f Mon Sep 17 00:00:00 2001 From: Jenni Nurmi Date: Thu, 17 Jan 2019 13:23:34 +0200 Subject: [PATCH 1/2] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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 From c8f6387b2bfb3436c9a3aeb7ebc45e8ce3576d32 Mon Sep 17 00:00:00 2001 From: Jenni Nurmi Date: Thu, 17 Jan 2019 13:29:38 +0200 Subject: [PATCH 2/2] update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {