diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..79e9405 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ + +# Changelog + +All notable changes to this project will be documented in this file. + + +## [0.1.0](https://git.fromme.dev/ep/appsmith-bff/compare/790d5bc15ff570b0aae93da83fdf62b81734a9c4...v0.1.0) (2026-08-10) + +### Features + +* implement full bff logic ([790d5bc](https://git.fromme.dev/ep/appsmith-bff/commit/790d5bc15ff570b0aae93da83fdf62b81734a9c4)) + +--- + diff --git a/composer.json b/composer.json index 8bdad40..0000451 100644 --- a/composer.json +++ b/composer.json @@ -53,13 +53,18 @@ "cache:clear": "symfony-cmd", "assets:install %PUBLIC_DIR%": "symfony-cmd" }, - "post-install-cmd": ["@auto-scripts"], - "post-update-cmd": ["@auto-scripts"] + "post-install-cmd": [ + "@auto-scripts" + ], + "post-update-cmd": [ + "@auto-scripts" + ] }, "extra": { "symfony": { "allow-contrib": false, "require": "7.*" } - } -} + }, + "version": "0.1.0" +} \ No newline at end of file