Add changelog for v0.14.2 (#462)

This commit is contained in:
6543 2021-10-19 10:39:13 +02:00 committed by GitHub
parent 586199571f
commit f585b23811
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,14 @@
## [0.14.2](https://github.com/woodpecker-ci/woodpecker/releases/tag/v0.14.2) - 2021-10-19
* BUGFIXES
* Fix sanitziePath (#326) (aa4fa9aab3)
* Fix json tag for `Pos` at struct `Line` (#422) (#424)
* Fix channel buffer used with signal.Notify (#421) (#423)
* ENHANCEMENTS
* Support recursive glob for path conditions (#327) (#412)
* TESTING
* Add TestPipelineName to procBuilder_test.go (#461) (#455)
## [0.14.1](https://github.com/woodpecker-ci/woodpecker/releases/tag/v0.14.1) - 2021-09-21
* SECURITY