diff --git a/CHANGELOG.md b/CHANGELOG.md index 0634ed88c..fddb12ecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +# v0.63.0 - 2024-04-25 + +- [BUGFIX] views/NotifierUpdate: Escape square brackets in global message #503 +- [BUGFIX] global_messages: Move v-pre to a more specific place #502 +- [BUGFIX] templates: Add v-pre to protect against XSS #501 +- [INTERNAL] Routine Dependabot updates #500 +- [INTERNAL] Bump actions/checkout from 4.1.2 to 4.1.3 #499 + # v0.62.0 - 2024-04-22 - [BUGFIX] Use additional v-pre tags to avoid issues with user input. #498 diff --git a/pyproject.toml b/pyproject.toml index 7a69b1eb1..1ed1bbcc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "promgen" -version = "0.63.0.dev" +version = "0.64.0.dev" authors = [{ name = "LINE Corporation", email = "dl_oss_dev@linecorp.com" }] classifiers = [ "Environment :: Web Environment",