diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a9e6a76c..1c8b9bd42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Changelog ========= -## 5.1.6 +## 5.1.7 Released: 2022-03-31 @@ -17,6 +17,8 @@ Released: 2022-03-31 ### 🛠️ Miscellaneous +- Update Dutch translations 🇳🇱 (bobdenotter, [#3156](https://github.com/bolt/core/pull/3156)) +- Translation of missing German translations 🇩🇪 (obsti8383, [#3152](https://github.com/bolt/core/pull/3152)) - Add `cite` to `allowed_tags` (bobdenotter, [#3149](https://github.com/bolt/core/pull/3149)) - Adding cache decorator for `Formatter` (bobdenotter, [#3143](https://github.com/bolt/core/pull/3143)) diff --git a/assets/js/version.js b/assets/js/version.js index 7936e122a..696b5b27d 100644 --- a/assets/js/version.js +++ b/assets/js/version.js @@ -1,2 +1,2 @@ // generated by genversion -export const version = '5.1.6'; +export const version = '5.1.7'; diff --git a/package-lock.json b/package-lock.json index 2398d3d0b..2247fa25e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bolt", - "version": "5.1.6", + "version": "5.1.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bolt", - "version": "5.1.6", + "version": "5.1.7", "license": "MIT", "dependencies": { "@vue/cli-service": "^4.5.13", diff --git a/package.json b/package.json index a73005000..92bded435 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bolt", - "version": "5.1.6", + "version": "5.1.7", "homepage": "https://boltcms.io", "author": "Bob den Otter (https://boltcms.io)", "license": "MIT", diff --git a/src/Version.php b/src/Version.php index c26d2488c..f788c2333 100644 --- a/src/Version.php +++ b/src/Version.php @@ -23,7 +23,7 @@ final class Version * Stable — 3.0.0 * Development — 3.1.0 alpha 1 */ - public const VERSION = '5.1.6'; + public const VERSION = '5.1.7'; public const CODENAME = ''; /**