Changelog for v0.14.0

This commit is contained in:
6543 2021-08-01 00:49:11 +02:00
parent 830b03619e
commit c304996250
No known key found for this signature in database
GPG key ID: C99B82E40B027BAE

View file

@ -1,9 +1,10 @@
## [0.14.0-rc.2](https://github.com/woodpecker-ci/woodpecker/releases/tag/v0.14.0-rc.2) - 2021-07-08
## [0.14.0](https://github.com/woodpecker-ci/woodpecker/releases/tag/v0.14.0) - 2021-08-01
* FEATURES
* Add OAuth2 Support for Gitea Remote (#226)
* Add support for path-prefix condition (#174)
* BUGFIXES
* Allow multi pipeline file to be named .drone.yml (#250)
* Fix release-server make target by build server with correct option (#237)
* Fix Gitea unable to login on 0.12.0+ with error "cannot authenticate user. 403 Forbidden" (#221)
* ENHANCEMENTS