diff --git a/.repo-runner.yaml b/.repo-runner.yaml index defbd3f..ef998c2 100644 --- a/.repo-runner.yaml +++ b/.repo-runner.yaml @@ -7,4 +7,5 @@ commands: - make publish environment: + DRAFT: "false" CGO_ENABLED: 0 diff --git a/History.md b/History.md index f1fe332..5f58e1d 100644 --- a/History.md +++ b/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) @@ -151,4 +162,4 @@ # 0.1.0 / 2017-08-03 - * Initial Version \ No newline at end of file + * Initial Version