diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f8f465f..8c943ecd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,18 @@ 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). +#### [0.9.4](https://github.com/gradido/gradido/compare/0.9.3...0.9.4) + +- Build on run [`#103`](https://github.com/gradido/gradido/pull/103) +- update debug docker to use dependencies container pushed to docker hub [`1f002f4`](https://github.com/gradido/gradido/commit/1f002f4ed0b12d4b2bf63efceabe546d0c5b58ea) +- removed email tasks complete [`8a143be`](https://github.com/gradido/gradido/commit/8a143be8423d7bd894d4f512848895df8b9694b0) +- build login-server on docker-compose up in a docker volume so it rebuild only neccessary parts if some c++ files have changed [`0da5279`](https://github.com/gradido/gradido/commit/0da527917523530186e6effe63dc001fc99bd3e3) + #### [0.9.3](https://github.com/gradido/gradido/compare/0.9.2...0.9.3) +> 30 March 2021 + +- new version 0.9.3 [`#110`](https://github.com/gradido/gradido/pull/110) - feat: Frontend tests for Content Footer [`#102`](https://github.com/gradido/gradido/pull/102) - add check session state json function and doc [`#96`](https://github.com/gradido/gradido/pull/96) - activity page stap 2 [`#86`](https://github.com/gradido/gradido/pull/86) diff --git a/frontend/package.json b/frontend/package.json index feac8fde5..01e42e3ac 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue-gradido-wallet", - "version": "0.9.3", + "version": "0.9.4", "private": true, "scripts": { "start": "node server.js", diff --git a/package.json b/package.json index be933d261..593a21754 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gradido", - "version": "0.9.3", + "version": "0.9.4", "description": "Gradido", "main": "index.js", "repository": "git@github.com:gradido/gradido.git",