diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f9487b4c..1872fabc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,19 @@ 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). +#### [1.6.1](https://github.com/gradido/gradido/compare/1.6.0...1.6.1) + +- Check if user email is activated to make a creation. [`#1356`](https://github.com/gradido/gradido/pull/1356) +- fix: Creation Confirmation User Ids [`#1345`](https://github.com/gradido/gradido/pull/1345) +- fix and improve test [`1c833d3`](https://github.com/gradido/gradido/commit/1c833d394f502a7aed2b5a648c0171a2fe4ee1e6) +- rewrote elopage hook to handle actual elopage hook [`65bc347`](https://github.com/gradido/gradido/commit/65bc3479fa169920eff57b5a2fa662a4090d7364) +- simple test for mass creation, improved test for single creation [`ffc4727`](https://github.com/gradido/gradido/commit/ffc4727e7a7105ac5dc97515b901be8dbe415627) + #### [1.6.0](https://github.com/gradido/gradido/compare/1.5.1...1.6.0) +> 27 January 2022 + +- v1.6.0 [`#1357`](https://github.com/gradido/gradido/pull/1357) - fix updatePendingCreation method [`#1346`](https://github.com/gradido/gradido/pull/1346) - klicktipp_config [`#1348`](https://github.com/gradido/gradido/pull/1348) - 1351 form to create incorrect due to change of bootstrap version [`#1352`](https://github.com/gradido/gradido/pull/1352) diff --git a/admin/package.json b/admin/package.json index 362c35fc7..e38d21af8 100644 --- a/admin/package.json +++ b/admin/package.json @@ -3,7 +3,7 @@ "description": "Administraion Interface for Gradido", "main": "index.js", "author": "Moriz Wahl", - "version": "1.6.0", + "version": "1.6.1", "license": "MIT", "private": false, "scripts": { diff --git a/backend/package.json b/backend/package.json index 049e921d8..a019b106a 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "gradido-backend", - "version": "1.6.0", + "version": "1.6.1", "description": "Gradido unified backend providing an API-Service for Gradido Transactions", "main": "src/index.ts", "repository": "https://github.com/gradido/gradido/backend", diff --git a/database/package.json b/database/package.json index b30f7699c..72ee807b9 100644 --- a/database/package.json +++ b/database/package.json @@ -1,6 +1,6 @@ { "name": "gradido-database", - "version": "1.6.0", + "version": "1.6.1", "description": "Gradido Database Tool to execute database migrations", "main": "src/index.ts", "repository": "https://github.com/gradido/gradido/database", diff --git a/frontend/package.json b/frontend/package.json index b78804c09..9677d73c9 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue-gradido-wallet", - "version": "1.6.0", + "version": "1.6.1", "private": true, "scripts": { "start": "node run/server.js", diff --git a/package.json b/package.json index ee27b858b..1701fef64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gradido", - "version": "1.6.0", + "version": "1.6.1", "description": "Gradido", "main": "index.js", "repository": "git@github.com:gradido/gradido.git",