diff --git a/CHANGELOG.md b/CHANGELOG.md index 997233ca8..fda62a534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,25 @@ 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). +#### [2.0.0](https://github.com/gradido/gradido/compare/1.23.3...2.0.0) + +- feat(backend): x-com-sendcoins 31: insert recipient as foreign user in users table after x com sendcoins [`#3215`](https://github.com/gradido/gradido/pull/3215) +- feat(frontend): tunnel community UUId to send [`#3216`](https://github.com/gradido/gradido/pull/3216) + #### [1.23.3](https://github.com/gradido/gradido/compare/1.23.2...1.23.3) +> 6 October 2023 + +- chore(release): v1.23.3 [`#3205`](https://github.com/gradido/gradido/pull/3205) +- refactor(backend): x-sendcoins-3: refactor transactionResolver to distingue between local and x-com-transaction [`#3200`](https://github.com/gradido/gradido/pull/3200) +- feat(federation): x-com sendcoins 23: invoke settlement of pending tx [`#3194`](https://github.com/gradido/gradido/pull/3194) +- fix(database): update mariadb image name [`#3212`](https://github.com/gradido/gradido/pull/3212) +- feat(dlt): add community, use dlt-database [`#3207`](https://github.com/gradido/gradido/pull/3207) +- feat(dlt): protobuf entities for blockchain protocol [`#3199`](https://github.com/gradido/gradido/pull/3199) +- fix(frontend): make invisible community visible [`#3210`](https://github.com/gradido/gradido/pull/3210) +- feat(federation): x-com sendcoins 22: add graphql endpoints for revert pending tx [`#3193`](https://github.com/gradido/gradido/pull/3193) +- feat(federation): x-com sendcoins 21: add graphql endpoints for starting tx 2-phase-commit handshake [`#3192`](https://github.com/gradido/gradido/pull/3192) +- feat(database): dlt database [`#3189`](https://github.com/gradido/gradido/pull/3189) - feat(backend): x-sendcoins: filter on authenticated communities for selection [`#3203`](https://github.com/gradido/gradido/pull/3203) - feat(frontend): make community switch looking similar to other inputs [`#3202`](https://github.com/gradido/gradido/pull/3202) - fix(frontend): prevent showing edit link in contribution community view [`#3197`](https://github.com/gradido/gradido/pull/3197) diff --git a/admin/package.json b/admin/package.json index fa473b9b7..f44873ed8 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.23.3", + "version": "2.0.0", "license": "Apache-2.0", "private": false, "scripts": { diff --git a/backend/package.json b/backend/package.json index 91eac2bc7..1f4ea67af 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "gradido-backend", - "version": "1.23.3", + "version": "2.0.0", "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 1cb2d2d45..efb310a5a 100644 --- a/database/package.json +++ b/database/package.json @@ -1,6 +1,6 @@ { "name": "gradido-database", - "version": "1.23.3", + "version": "2.0.0", "description": "Gradido Database Tool to execute database migrations", "main": "src/index.ts", "repository": "https://github.com/gradido/gradido/database", diff --git a/dht-node/package.json b/dht-node/package.json index 62f97c540..a43c38cf5 100644 --- a/dht-node/package.json +++ b/dht-node/package.json @@ -1,6 +1,6 @@ { "name": "gradido-dht-node", - "version": "1.23.3", + "version": "2.0.0", "description": "Gradido dht-node module", "main": "src/index.ts", "repository": "https://github.com/gradido/gradido/", diff --git a/dlt-connector/package.json b/dlt-connector/package.json index 47e9136ff..d6d698542 100644 --- a/dlt-connector/package.json +++ b/dlt-connector/package.json @@ -1,6 +1,6 @@ { "name": "gradido-dlt-connector", - "version": "1.23.3", + "version": "2.0.0", "description": "Gradido DLT-Connector", "main": "src/index.ts", "repository": "https://github.com/gradido/gradido/", diff --git a/federation/package.json b/federation/package.json index f91d06299..926453137 100644 --- a/federation/package.json +++ b/federation/package.json @@ -1,6 +1,6 @@ { "name": "gradido-federation", - "version": "1.23.3", + "version": "2.0.0", "description": "Gradido federation module providing Gradido-Hub-Federation and versioned API for inter community communication", "main": "src/index.ts", "repository": "https://github.com/gradido/gradido/federation", diff --git a/frontend/package.json b/frontend/package.json index 30e9803f7..b0473f15e 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue-gradido-wallet", - "version": "1.23.3", + "version": "2.0.0", "private": true, "scripts": { "start": "node run/server.js", diff --git a/package.json b/package.json index aaec08e3d..b48251874 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gradido", - "version": "1.23.3", + "version": "2.0.0", "description": "Gradido", "main": "index.js", "repository": "git@github.com:gradido/gradido.git",