diff --git a/doc/changelog.txt b/doc/changelog.txt index 83fd0be..33ade4e 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,4 +1,4 @@ -# upcoming +# v1.3 (2021-02-18) - (fix) log out functionality if authentication is set - (fix) import opml if authentication is set diff --git a/makefile b/makefile index 60c1fd6..d683b56 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -VERSION=1.2 +VERSION=1.3 GITHASH=$(shell git rev-parse --short=8 HEAD) ASSETS = assets/javascripts/* assets/stylesheets/* assets/graphicarts/* assets/*.html