aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeripath2021-08-05 17:39:25 +0100
committerGitHub2021-08-05 17:39:25 +0100
commitbb054fdfa132d589cfda894427ce0c2dc8c652ae (patch)
tree1531d8a50bef246f448f974f32502f051ba49be5
parent7760a7f3858121f91b3c6b244f6a77930e48a08e (diff)
Changelog for 1.14.6 (#16619)v1.14.6
## [1.14.6](https://github.com/go-gitea/gitea/releases/tag/v1.14.6) - 2021-08-04 * SECURITY * Bump github.com/markbates/goth from v1.67.1 to v1.68.0 (#16538) (#16540) * Switch to maintained JWT lib (#16532) (#16535) * Upgrade to latest version of golang-jwt (as forked for 1.14) (#16590) (#16607) * BUGFIXES * Add basic edit ldap auth test & actually fix #16252 (#16465) (#16495) * Make cancel from CatFileBatch and CatFileBatchCheck wait for the command to end (#16479) (#16481) Signed-off-by: Andrew Thornton <art27@cantab.net>
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c4bad3c52..0c9b95ea3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,16 @@ 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.14.6](https://github.com/go-gitea/gitea/releases/tag/v1.14.6) - 2021-08-04
+
+* SECURITY
+ * Bump github.com/markbates/goth from v1.67.1 to v1.68.0 (#16538) (#16540)
+ * Switch to maintained JWT lib (#16532) (#16535)
+ * Upgrade to latest version of golang-jwt (as forked for 1.14) (#16590) (#16607)
+* BUGFIXES
+ * Add basic edit ldap auth test & actually fix #16252 (#16465) (#16495)
+ * Make cancel from CatFileBatch and CatFileBatchCheck wait for the command to end (#16479) (#16481)
+
## [1.14.5](https://github.com/go-gitea/gitea/releases/tag/v1.14.5) - 2021-07-16
* SECURITY