diff --git a/changelog.txt b/changelog.txt index fad19e85..080e3497 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,5 @@ -v1.1.4 -====== +v1.1.4 (Dec 3, 2020) +==================== - Fix for theme get --list (#862) - Removed too restrictive timeouts (#864) - Allow watch command to be cancelled while working on events (#865) diff --git a/src/release/release.go b/src/release/release.go index 9483b2df..67bdb910 100644 --- a/src/release/release.go +++ b/src/release/release.go @@ -30,7 +30,7 @@ var ( "windows-amd64": "theme.exe", } // ThemeKitVersion is the version build of the library - ThemeKitVersion, _ = version.NewVersion("1.1.3") + ThemeKitVersion, _ = version.NewVersion("1.1.4") ) const (