aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2020-03-06 14:34:28 +0800
committerGitHub <noreply@github.com>2020-03-06 06:34:28 +0000
commit81072af8ce93597c490cae366f2c66e5d44dc287 (patch)
tree931ab1f9b225d73fbffdd811255f061857be907c
parent1d7a855d66e31ef6f7eafe70411ed11375016297 (diff)
downloadgitea-81072af8ce93597c490cae366f2c66e5d44dc287.tar.gz
gitea-81072af8ce93597c490cae366f2c66e5d44dc287.zip
add changelog for v1.10.5 (#10628)
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1d253cf94d..ed1ebb121e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,11 @@ 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.10.5](https://github.com/go-gitea/gitea/releases/tag/v1.10.5) - 2020-03-06
+
+* BUGFIXES
+ * Fix release attachments being deleted while upgrading (#10572) (#10574)
+
## [1.10.4](https://github.com/go-gitea/gitea/releases/tag/v1.10.4) - 2020-02-16
* FEATURE