Skip to content

Commit

Permalink
Prepare release 5.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter committed Mar 31, 2022
1 parent b038812 commit 64ad249
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

## 5.1.6
## 5.1.7

Released: 2022-03-31

Expand All @@ -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))

Expand Down
2 changes: 1 addition & 1 deletion assets/js/version.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// generated by genversion
export const version = '5.1.6';
export const version = '5.1.7';
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bolt",
"version": "5.1.6",
"version": "5.1.7",
"homepage": "https://boltcms.io",
"author": "Bob den Otter <[email protected]> (https://boltcms.io)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '';

/**
Expand Down

0 comments on commit 64ad249

Please sign in to comment.