Changelog v0.11.3 (#320)

Changelog v0.11.3

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/go-sdk/pulls/320
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
6543 2020-04-28 01:35:32 +00:00 committed by Lunny Xiao
parent 7eef2b536f
commit 582c0fb98a
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## [v0.11.3](https://gitea.com/gitea/go-sdk/pulls?q=&type=all&state=closed&milestone=1259) - 2020-04-27
* BUGFIXES
* Fix MergePullRequest (#278) (#316)
* Add missing JSON header to AddCollaborator() (#307)
## [v0.11.2](https://gitea.com/gitea/go-sdk/pulls?q=&type=all&state=closed&milestone=1256) - 2020-03-31
* ENHANCEMENTS
* On Internal Server Error, show request witch caused this (#297)