From 130e2b57559824614d568bb36fbde4f1f514963c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Klobu=C4=8Dar=20Ledin=C5=A1=C4=87ak?= Date: Thu, 23 Sep 2021 17:14:07 +0200 Subject: [PATCH] Changelog and version --- CHANGELOG.md | 3 +++ composer.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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",