From a4f1d4cd2b6845fd3f857a3bc8c4fa97e391a130 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Mon, 2 May 2022 12:22:22 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] ## [1.1.1](https://github.com/CESNET/php-client/compare/v1.1.0...v1.1.1) (2022-05-02) ### Bug Fixes * handle empty auth result as null ([56cbd76](https://github.com/CESNET/php-client/commit/56cbd768f41f37148d24613508b0a84c2f1ee7e5)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a9ecda..cb621cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1](https://github.com/CESNET/php-client/compare/v1.1.0...v1.1.1) (2022-05-02) + + +### Bug Fixes + +* handle empty auth result as null ([56cbd76](https://github.com/CESNET/php-client/commit/56cbd768f41f37148d24613508b0a84c2f1ee7e5)) + # [1.1.0](https://github.com/CESNET/php-client/compare/v1.0.0...v1.1.0) (2022-04-27) -- GitLab