From c7c54bd2ff3385d493fd63e128b9a5f4943f979a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Ruz=CC=8Cevic=CC=81?= Date: Wed, 9 Oct 2024 17:28:31 +0200 Subject: [PATCH] update --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 321ba753..9802feda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/). +## [9.2.2] + +### Fixed +- Removed boolean conversion to string from `processCombination()`, which breaks strict values checking in `in_array()`. +- Wrong name for `getAssetsPrefix` method in `Assets` class. + ## [9.2.1] ### Fixed @@ -677,6 +683,7 @@ Init setup [Unreleased]: https://github.com/infinum/eightshift-libs/compare/main...HEAD +[9.2.2]: https://github.com/infinum/eightshift-libs/compare/9.2.1...9.2.2 [9.2.1]: https://github.com/infinum/eightshift-libs/compare/9.2.0...9.2.1 [9.2.0]: https://github.com/infinum/eightshift-libs/compare/9.1.6...9.2.0 [9.1.6]: https://github.com/infinum/eightshift-libs/compare/9.1.5...9.1.6