diff --git a/doc/changelog.txt b/doc/changelog.txt index be49ba69..a4a1b48e 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,4 +1,4 @@ -# upcoming +# v2.0 (2021-04-18) - (new) user interface tweaks - (new) feed parser fully rewritten diff --git a/makefile b/makefile index 6c766708..6148f5ef 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -VERSION=1.4 +VERSION=2.0 GITHASH=$(shell git rev-parse --short=8 HEAD) CGO_ENABLED=1