From e4ec3d3aa09087a1c5140dc25dfb78fb5d72aa87 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 Aug 2022 06:43:01 +0000 Subject: [PATCH] chore(release): 9.0.3 [skip ci] ## [9.0.3](https://github.com/CESNET/perun-simplesamlphp-module/compare/v9.0.2...v9.0.3) (2022-08-11) ### Bug Fixes * do not use object as array in getResourceCapabilities ([4075137](https://github.com/CESNET/perun-simplesamlphp-module/commit/40751372805a678901aa2c80436cbc5cafb7cf6c)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d84c627c..d6691b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.0.3](https://github.com/CESNET/perun-simplesamlphp-module/compare/v9.0.2...v9.0.3) (2022-08-11) + + +### Bug Fixes + +* do not use object as array in getResourceCapabilities ([4075137](https://github.com/CESNET/perun-simplesamlphp-module/commit/40751372805a678901aa2c80436cbc5cafb7cf6c)) + ## [9.0.2](https://github.com/CESNET/perun-simplesamlphp-module/compare/v9.0.1...v9.0.2) (2022-07-22)