Bump version to 1.6.23.1, update ChangeLog

This commit is contained in:
Isaac van Bakel 2022-04-21 14:35:22 +01:00
parent 1295f1c643
commit 032b906a73
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# ChangeLog for yesod-core
## 1.6.23.1
* Fix typo in creation of the description `<meta>` tag in `defaultLayout`. [#1766](https://github.com/yesodweb/yesod/pull/1766)
## 1.6.23
* Add idempotent versions of `setDescription`, `setDescriptionI`. These functions

View File

@ -1,5 +1,5 @@
name: yesod-core
version: 1.6.23
version: 1.6.23.1
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>