diff --git a/.chglog/config.yml b/.chglog/config.yml
index fa779b73..dc54cb36 100755
--- a/.chglog/config.yml
+++ b/.chglog/config.yml
@@ -18,7 +18,7 @@ options:
PERF: Performance Improvements
INTERNAL: Internal Changes
header:
- pattern: "^\\[(\\w*)\\]\\s(?:(\\w*)\\:\\s)?(.*)$"
+ pattern: "^\\[(\\w*)\\]\\s(?:([^\\:]*)\\:\\s)?(.*)$"
pattern_maps:
- Type
- Scope
diff --git a/.chglog/release-config.yml b/.chglog/release-config.yml
index f329917b..d4bef73a 100755
--- a/.chglog/release-config.yml
+++ b/.chglog/release-config.yml
@@ -17,7 +17,7 @@ options:
PERF: Performance Improvements
INTERNAL: Internal Changes
header:
- pattern: "^\\[(\\w*)\\]\\s(?:(\\w*)\\:\\s)?(.*)$"
+ pattern: "^\\[(\\w*)\\]\\s(?:([^\\:]*)\\:\\s)?(.*)$"
pattern_maps:
- Type
- Scope
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca079e4d..8748545c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,9 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v0.1.2...HEAD).
-## [v0.1.2] - 2018-07-09
+## [v0.1.2] - 2018-07-10
### Bug Fixes
-- CSP Middleware: Export middleware, add report-uri [`2091c0c`](https://github.com/SAP/ui5-server/commit/2091c0cc093f9997c582e301ad52bbe74d4651d6)
+- **CSP Middleware:** Export middleware, add report-uri [`2091c0c`](https://github.com/SAP/ui5-server/commit/2091c0cc093f9997c582e301ad52bbe74d4651d6)