diff --git a/Changelog.txt b/Changelog.txt index dd88e0b..f398f4f 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -11,12 +11,20 @@ found at: === Changes made since last versioned release === +(none) + +=== Version/Release 1.9.8 === +PATCH RELEASE. + - [2023.08.18; Maikuolan]: Improved tests and documentation for the operation handler. - [2023.08.28; Maikuolan]: Added guard to the events orchestrator to prevent infinite looping via recursive event firing from within handlers. +Caleb M (Maikuolan), +September 18, 2023. + === Version/Release 1.9.7 === PATCH RELEASE. diff --git a/src/Cache.php b/src/Cache.php index 95164b8..0f4d07f 100644 --- a/src/Cache.php +++ b/src/Cache.php @@ -180,7 +180,7 @@ class Cache * be needed by some implementations to ensure compatibility). * @link https://github.com/Maikuolan/Common/tags */ - const VERSION = '1.9.7'; + const VERSION = '1.9.8'; /** * Construct object and set working data if needed. diff --git a/src/ComplexStringHandler.php b/src/ComplexStringHandler.php index 78c2b4f..0e4131a 100644 --- a/src/ComplexStringHandler.php +++ b/src/ComplexStringHandler.php @@ -1,6 +1,6 @@