From 8836e7a1b03fee3c231ff87d9a4ac551cdc4196b Mon Sep 17 00:00:00 2001 From: Cedric Ziel Date: Mon, 5 Aug 2024 11:23:35 +0200 Subject: [PATCH] chore(main): release 1.1.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0fa640..30ed02d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/cedricziel/php-baserow-client/compare/v1.1.0...v1.1.1) (2024-08-05) + + +### Bug Fixes + +* apply plugins when providing a custom client ([#18](https://github.com/cedricziel/php-baserow-client/issues/18)) ([541830f](https://github.com/cedricziel/php-baserow-client/commit/541830f78f90021359aea6498f3569cadb6d3c3d)) + ## [1.1.0](https://github.com/cedricziel/php-baserow-client/compare/v1.0.4...v1.1.0) (2024-08-05)