prepare release v0.20.0

This commit is contained in:
Knut Ahlers 2021-09-07 15:36:13 +02:00
parent 5d4cf17aba
commit 6c6637e77b
Signed by: luzifer
GPG Key ID: 0066F03ED215AD7D
2 changed files with 13 additions and 1 deletions

View File

@ -7,4 +7,5 @@ commands:
- make publish
environment:
DRAFT: "false"
CGO_ENABLED: 0

View File

@ -1,3 +1,14 @@
# 0.20.0 / 2021-09-07
* Switch to structs instead of maps in api (#40)
* [#35] Encode pipe in secret URL by default
* Update dependencies, upgrade build utils
* Add dutch translation (#39)
* Switch to Go 1.16 embed functionality (#42)
* Remove duplicate call LastIndex (#41)
Many thanks to [@sorcix](https://github.com/sorcix) for the contributions to this release!
# 0.19.0 / 2021-08-09
* Change Cache-Control on responses to no-store (#37)