diff --git a/CHANGELOG.md b/CHANGELOG.md index d6b3188..3be3bc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ -# 0.2.0 +# Changelog + +## 0.3.0 + +* Compatibility with newer Keycloak version +* Application title and description updates +* Show a warning of the app is accessed without any payment information +* Dependency updates + +## 0.2.0 * Compatibility with relay-mono-bundle v0.3 diff --git a/package.json b/package.json index 8390927..04399e5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@digital-blueprint/mono-app", "internalName": "dbp-mono", "type": "module", - "version": "0.2.0", + "version": "0.3.0", "main": "src/dbp-mono.js", "license": "LGPL-2.1-or-later", "repository": {