prepare release v0.20.0
This commit is contained in:
parent
5d4cf17aba
commit
6c6637e77b
2 changed files with 13 additions and 1 deletions
|
@ -7,4 +7,5 @@ commands:
|
|||
- make publish
|
||||
|
||||
environment:
|
||||
DRAFT: "false"
|
||||
CGO_ENABLED: 0
|
||||
|
|
11
History.md
11
History.md
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue