diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bd9b05fb..3bea722dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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.23.2](https://github.com/gradido/gradido/compare/1.23.1...1.23.2) + +- feat(admin): contribution filtering by memo [`#3174`](https://github.com/gradido/gradido/pull/3174) +- feat(backend): after transaction creations trigger to send them to dlt-connector [`#3152`](https://github.com/gradido/gradido/pull/3152) + #### [1.23.1](https://github.com/gradido/gradido/compare/1.23.0...1.23.1) +> 10 August 2023 + +- chore(release): v1.23.1 [`#3173`](https://github.com/gradido/gradido/pull/3173) - feat(dlt): add dlt-connector to release-script [`#3170`](https://github.com/gradido/gradido/pull/3170) - fix(backend): update logfiles clearance-script [`#3168`](https://github.com/gradido/gradido/pull/3168) - fix(backend): too much logoutput on production [`#3160`](https://github.com/gradido/gradido/pull/3160) diff --git a/admin/package.json b/admin/package.json index d74421764..e5a3e5e3c 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.1", + "version": "1.23.2", "license": "Apache-2.0", "private": false, "scripts": { diff --git a/backend/package.json b/backend/package.json index 37e327ab6..116dcce35 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "gradido-backend", - "version": "1.23.1", + "version": "1.23.2", "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 e44112d94..f220f765c 100644 --- a/database/package.json +++ b/database/package.json @@ -1,6 +1,6 @@ { "name": "gradido-database", - "version": "1.23.1", + "version": "1.23.2", "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 de1951aa5..d6d2d90f9 100644 --- a/dht-node/package.json +++ b/dht-node/package.json @@ -1,6 +1,6 @@ { "name": "gradido-dht-node", - "version": "1.23.1", + "version": "1.23.2", "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 dbb75bcb7..e520df019 100644 --- a/dlt-connector/package.json +++ b/dlt-connector/package.json @@ -1,6 +1,6 @@ { "name": "gradido-dlt-connector", - "version": "1.23.1", + "version": "1.23.2", "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 bb2ac48af..b70196149 100644 --- a/federation/package.json +++ b/federation/package.json @@ -1,6 +1,6 @@ { "name": "gradido-federation", - "version": "1.23.1", + "version": "1.23.2", "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 f4e212061..838ae2872 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue-gradido-wallet", - "version": "1.23.1", + "version": "1.23.2", "private": true, "scripts": { "start": "node run/server.js", diff --git a/package.json b/package.json index 964ae1ffb..0a421b54d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gradido", - "version": "1.23.1", + "version": "1.23.2", "description": "Gradido", "main": "index.js", "repository": "git@github.com:gradido/gradido.git",