Update changelog

This commit is contained in:
Roman Vynar 2020-07-10 16:14:39 +03:00
parent 2d3e770e6f
commit 828a5b72e3
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
## Changelog
### 0.9.2 (2020-07-10)
* Upgrade Go version to 1.14.4, alpine to 3.12 and other dependencies.
* Enable default logging for purge tags task.
### 0.9.1 (2020-02-20)
* Minor amendments for the tag info page to account the cache type of sub-image.

View File

@ -1,3 +1,3 @@
package main
const version = "0.9.1"
const version = "0.9.2"