From 62d5ec09b1d257c57f6b02ed1b5e22ff961c1f31 Mon Sep 17 00:00:00 2001 From: Jenni Laakso Date: Mon, 16 Nov 2020 11:23:10 +0200 Subject: [PATCH] Update changelog and package.json --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad0b6c3b80..5099f83bd9 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 +## [v6.5.0] 2020-11-16 + - [add] Add support for Google login. This works in the same way as Facebook flow so you can check the [Facebook PR](https://github.com/sharetribe/ftw-daily/pull/1364) for the more details. [#1376](https://github.com/sharetribe/ftw-daily/pull/1376) @@ -23,6 +25,8 @@ way to update this template, but currently, we follow a pattern: - [fix] 401 return code when rendering on SSR. [#1379](https://github.com/sharetribe/ftw-daily/pull/1379) + [v6.5.0]: https://github.com/sharetribe/ftw-daily/compare/v6.4.2...v6.5.0 + ## [v6.4.2] 2020-10-30 - [fix] Fix the issue with form on AuthenticationPage not showing on smaller screens when using diff --git a/package.json b/package.json index d2466f21e5..883a446945 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "6.4.2", + "version": "6.5.0", "private": true, "license": "Apache-2.0", "dependencies": {