diff --git a/CHANGELOG.md b/CHANGELOG.md index fc45258..d7a3029 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ## [Releases] +## 1.1.4 - 2021-09-23 +* Rework Allow option to declare our expressions with the # sign + ## 1.1.3 - 2021-08-26 * Added User Scope to Request Scope diff --git a/composer.json b/composer.json index 84c2cd0..e5c6afd 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "convoworks" ], "license" : "MIT", - "version": "1.1.3", + "version": "1.1.4", "require" : { "php" : "^7.2", "psr/log" : "^1.1.0",