diff --git a/CHANGELOG.md b/CHANGELOG.md index 79e9405..dd9d77c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. +## [0.2.0](https://git.fromme.dev/ep/appsmith-bff/compare/v0.1.0...v0.2.0) (2026-08-12) + +### Features + +* Additional roles per app ([b62abb](https://git.fromme.dev/ep/appsmith-bff/commit/b62abb180118124bd2fb9ae654bedcf84a1dd0c6)) + + +--- + ## [0.1.0](https://git.fromme.dev/ep/appsmith-bff/compare/790d5bc15ff570b0aae93da83fdf62b81734a9c4...v0.1.0) (2026-08-10) ### Features diff --git a/composer.json b/composer.json index 0000451..30cfaa2 100644 --- a/composer.json +++ b/composer.json @@ -66,5 +66,5 @@ "require": "7.*" } }, - "version": "0.1.0" + "version": "0.2.0" } \ No newline at end of file diff --git a/composer.lock b/composer.lock index 3bf0a4e..18fe6af 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "9de423c4119a1cf08f60c604ac523189", + "content-hash": "b64b308ac18c4c43f9465c097be4d120", "packages": [ { "name": "firebase/php-jwt",