diff --git a/box.json b/box.json index d7e9b558e..f4411841b 100644 --- a/box.json +++ b/box.json @@ -1,6 +1,6 @@ { "name":"ColdBox Platform", - "version":"6.8.0", + "version":"6.8.1", "location":"https://downloads.ortussolutions.com/ortussolutions/coldbox/@build.version@/coldbox-@build.version@.zip", "author":"Ortus Solutions ", "slug":"coldbox", diff --git a/changelog.md b/changelog.md index f450a4ab3..60d824592 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ---- +## [6.8.1] => 2022-AUG-11 + +### ColdBox HMVC Core + +#### Bug + +* [COLDBOX-1139](https://ortussolutions.atlassian.net/browse/COLDBOX-1139) make event caching cache keys lower cased to avoid case issues when clearing keys +* [COLDBOX-1138](https://ortussolutions.atlassian.net/browse/COLDBOX-1138) Event Cache Response Has Status Code of 0 or `null` + +---- + ## [6.8.0] => 2022-JUL-23 ### ColdBox HMVC Core