Release 0.8.2

This commit is contained in:
Roman Vynar 2019-07-30 09:06:48 +03:00
parent 3125554074
commit 3d90f7b176
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
## Changelog
### 0.8.2 (2019-07-30)
* Add event_deletion_enabled option to the config, useful for master-master/cluster setups.
* Generate SHA256 from response body if no Docker-Content-Digest header is present, e.g. with AWS ECR.
* Bump go version.
### 0.8.1 (2019-02-20)
* Add favicon.

View File

@ -1,3 +1,3 @@
package main
const version = "0.8.1"
const version = "0.8.2"