aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauris BH2018-10-31 04:03:04 +0200
committertechknowlogick2018-10-30 22:03:04 -0400
commit8733384e20b31f887cb8d8d4196cab939d49ab4b (patch)
treedf46fe33a79b4351f809665b81275c97e5232568
parent84829fba82741b5a0a882a9f1e95ea3651fc3ae7 (diff)
Add changelog for 1.5.3 release (#5227) (#5228)v1.5.3
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b92195a68..8afc4c7e7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@ This changelog goes through all the changes that have been made in each release
without substantial changes to our git log; to see the highlights of what has
been added to each release, please refer to the [blog](https://blog.gitea.io).
+## [1.5.3](https://github.com/go-gitea/gitea/releases/tag/v1.5.3) - 2018-10-31
+* SECURITY
+ * Fix remote command execution vulnerability in upstream library (#5177) (#5196)
+
## [1.5.2](https://github.com/go-gitea/gitea/releases/tag/v1.5.2) - 2018-10-09
* SECURITY
* Enforce token on api routes (#4840) (#4905)