diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ed6ab5..99bce9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. +## [0.3.1](https://git.fromme.dev/ep/appsmith-bff/compare/v0.3.0...v0.3.1) (2026-08-19) + +### Features + +* Adjust config to prod environment ([0335f4](https://git.fromme.dev/ep/appsmith-bff/commit/0335f48c485b48ada293a4824163e0580dd7a3f8)) + + +--- + ## [0.3.0](https://git.fromme.dev/ep/appsmith-bff/compare/v0.2.0...v0.3.0) (2026-08-14) ### Features diff --git a/composer.json b/composer.json index d42402a..2cabc76 100644 --- a/composer.json +++ b/composer.json @@ -66,5 +66,5 @@ "require": "7.*" } }, - "version": "0.3.0" + "version": "0.3.1" } \ No newline at end of file diff --git a/composer.lock b/composer.lock index e34aef6..607a936 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": "0890c5626a188b13a42af972c3d45cfd", + "content-hash": "8f9bd431bb2f21dfa749f7b5f375b818", "packages": [ { "name": "firebase/php-jwt",