aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md12
-rw-r--r--docs/config.yaml2
2 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 63a49e7f07..0fdfb72b0e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -216,6 +216,18 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
* Remove utf8 option from installation page (#16126)
* Use Wants= over Requires= in systemd file (#15897)
+## [1.14.5](https://github.com/go-gitea/gitea/releases/tag/v1.14.5) - 2021-07-16
+
+* SECURITY
+ * Hide mirror passwords on repo settings page (#16022) (#16355)
+ * Update bluemonday to v1.0.15 (#16379) (#16380)
+* BUGFIXES
+ * Retry rename on lock induced failures (#16435) (#16439)
+ * Validate issue index before querying DB (#16406) (#16410)
+ * Fix crash following ldap authentication update (#16447) (#16449)
+* ENHANCEMENTS
+ * Redirect on bad CSRF instead of presenting bad page (#14937) (#16378)
+
## [1.14.4](https://github.com/go-gitea/gitea/releases/tag/v1.14.4) - 2021-07-06
* BUGFIXES
diff --git a/docs/config.yaml b/docs/config.yaml
index 451984e09d..e6657e3c3f 100644
--- a/docs/config.yaml
+++ b/docs/config.yaml
@@ -18,7 +18,7 @@ params:
description: Git with a cup of tea
author: The Gitea Authors
website: https://docs.gitea.io
- version: 1.14.4
+ version: 1.14.5
minGoVersion: 1.14
goVersion: 1.16
minNodeVersion: 12.17