From e2f2ba7d1ba81aa26d24b7e7b0f98fc4c509abd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Fri, 14 Aug 2026 08:44:02 +0200 Subject: [PATCH] chore(release): 0.3.0 --- CHANGELOG.md | 10 ++++++++++ composer.json | 2 +- composer.lock | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd9d77c..7ed6ab5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. +## [0.3.0](https://git.fromme.dev/ep/appsmith-bff/compare/v0.2.0...v0.3.0) (2026-08-14) + +### Features + +* Auth verification endpoint ([cc46d8](https://git.fromme.dev/ep/appsmith-bff/commit/cc46d8c812abaf2fce879fc5d0a8d8f39a3d2043)) +* Dedicated logging for auth and api calls ([e28b78](https://git.fromme.dev/ep/appsmith-bff/commit/e28b789af200d2b4cf368db4626cb25735e70206)) + + +--- + ## [0.2.0](https://git.fromme.dev/ep/appsmith-bff/compare/v0.1.0...v0.2.0) (2026-08-12) ### Features diff --git a/composer.json b/composer.json index 30cfaa2..d42402a 100644 --- a/composer.json +++ b/composer.json @@ -66,5 +66,5 @@ "require": "7.*" } }, - "version": "0.2.0" + "version": "0.3.0" } \ No newline at end of file diff --git a/composer.lock b/composer.lock index 18fe6af..e34aef6 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": "b64b308ac18c4c43f9465c097be4d120", + "content-hash": "0890c5626a188b13a42af972c3d45cfd", "packages": [ { "name": "firebase/php-jwt",