diff --git a/CHANGELOG.md b/CHANGELOG.md index e82ab528f..6b3d9c480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v0.6.3](https://github.com/Human-Connection/Human-Connection/compare/v0.6.0...v0.6.3) + +> 16 October 2020 + +- feat: Export User Data Update [`#3954`](https://github.com/Human-Connection/Human-Connection/pull/3954) +- chore: Upgrade to v0.6.2 [`#3947`](https://github.com/Human-Connection/Human-Connection/pull/3947) + #### [v0.6.2](https://github.com/Human-Connection/Human-Connection/compare/v0.6.1...v0.6.2) > 15 October 2020 diff --git a/backend/package.json b/backend/package.json index f5fad2968..164e8c9b1 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "human-connection-backend", - "version": "0.6.2", + "version": "0.6.3", "description": "GraphQL Backend for Human Connection", "main": "src/index.js", "scripts": { diff --git a/package.json b/package.json index 4db18ecd1..95e0880af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "human-connection", - "version": "0.6.2", + "version": "0.6.3", "description": "Fullstack and API tests with cypress and cucumber for Human Connection", "author": "Human Connection gGmbh", "license": "MIT", diff --git a/webapp/package.json b/webapp/package.json index 6e4355429..4f4146bb9 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -1,6 +1,6 @@ { "name": "human-connection-webapp", - "version": "0.6.2", + "version": "0.6.3", "description": "Human Connection Frontend", "authors": [ "Grzegorz Leoniec (appinteractive)",