doc(): update changelog

This commit is contained in:
Nicolas Carlier 2019-01-09 10:28:39 +00:00
commit 61c3cdc412

View File

@ -1,5 +1,23 @@
<a name=""></a>
# [](https://github.com/ncarlier/webhookd/compare/v1.5.1...v) (2019-01-06)
# [](https://github.com/ncarlier/webhookd/compare/v1.6.0...v) (2019-01-09)
### Bug Fixes
* catch SIGTERM signal for clean shutdown ([5c01d87](https://github.com/ncarlier/webhookd/commit/5c01d87))
<a name="1.6.0"></a>
# [1.6.0](https://github.com/ncarlier/webhookd/compare/v1.5.1...v1.6.0) (2019-01-07)
### Features
* safer script resolution ([682b265](https://github.com/ncarlier/webhookd/commit/682b265))
* **api:** add method whitelist ([d11da6f](https://github.com/ncarlier/webhookd/commit/d11da6f))
* **api:** add varz endpoint with metrics ([35a2321](https://github.com/ncarlier/webhookd/commit/35a2321))
* **api:** use GET and POST requests for hooks ([e7fac82](https://github.com/ncarlier/webhookd/commit/e7fac82))