aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Chen <jc@unknwon.io>2022-03-11 15:04:12 +0800
committerGitHub <noreply@github.com>2022-03-11 15:04:12 +0800
commitbd12d46e793e5be3cb65417c0cfeefa84e705105 (patch)
tree7089a459cb544e5532c82eb108c4654821fc9481
parent82ee08908869e2cab56ce89f088d5a63b636d69a (diff)
CHANGELOG: cut entries for 0.12.5 (#6830)
[skip ci]
-rw-r--r--CHANGELOG.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 59bc75c9..40f22cf4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,8 +21,6 @@ All notable changes to Gogs are documented in this file.
### Fixed
-- _Security:_ Potential SSRF in repository migration. [#6754](https://github.com/gogs/gogs/issues/6754)
-- _Security:_ Improper PAM authorization handling. [#6810](https://github.com/gogs/gogs/issues/6810)
- Unable to use LDAP authentication on ARM machines. [#6761](https://github.com/gogs/gogs/issues/6761)
### Removed
@@ -44,6 +42,13 @@ All notable changes to Gogs are documented in this file.
- Configuration option `[database] DB_TYPE` is no longer used, please use `[database] TYPE`.
- Configuration option `[database] PASSWD` is no longer used, please use `[database] PASSWORD`.
+## 0.12.5
+
+### Fixed
+
+- _Security:_ Potential SSRF in repository migration. [#6754](https://github.com/gogs/gogs/issues/6754)
+- _Security:_ Improper PAM authorization handling. [#6810](https://github.com/gogs/gogs/issues/6810)
+
## 0.12.4
### Fixed