diff --git a/CHANGELOG.md b/CHANGELOG.md index b83f96d0e..494092fb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,7 +63,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Update `README.md` with latest information. [#845](https://github.com/geli-lms/geli/pull/845) - Exit build when no change to `CHANGELOG.md`. [#880](https://github.com/geli-lms/geli/pull/880) - Use deploy token to push geli-docs. [#851](https://github.com/geli-lms/geli/issues/851), [#900](https://github.com/geli-lms/geli/pull/900), [#902](https://github.com/geli-lms/geli/pull/902) -- Adjust `CHANGELOG.md` for next release. [#879](https://github.com/geli-lms/geli/pull/879) +- Adjust `CHANGELOG.md` for next release. [#879](https://github.com/geli-lms/geli/pull/879), [#928](https://github.com/geli-lms/geli/pull/928) - Exclude pull requests from dependabot from changelog check. [#854](https://github.com/geli-lms/geli/pull/854) ### Removed diff --git a/api/package.json b/api/package.json index 6c3f7c46a..3d7268fd4 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "geli-api", - "version": "0.7.0", + "version": "0.8.0", "license": "GPL-3.0", "repository": "geli-lms/geli", "description": "This is the API-Package.json for geli.", diff --git a/app/webFrontend/package.json b/app/webFrontend/package.json index ecf67fc79..4c4f386c2 100644 --- a/app/webFrontend/package.json +++ b/app/webFrontend/package.json @@ -2,7 +2,7 @@ "name": "geli-web-frontend", "description": "This is the WebFronted-Package.json for geli.", "repository": "geli-lms/geli", - "version": "0.7.0", + "version": "0.8.0", "license": "GPL-3.0", "scripts": { "ng": "ng",