diff --git a/CHANGELOG.md b/CHANGELOG.md index fc44067d..fdf9f991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ History of user-visible changes. -## [v1.5.3](https://github.com/openconnect/openconnect-gui/tree/v1.5.3) (unreleased) +## [v1.5.4](https://github.com/openconnect/openconnect-gui/tree/v1.5.4) (unreleased) +- TBD + +[Full Changelog](https://github.com/openconnect/openconnect-gui/compare/v1.5.3...develop) + + +## [v1.5.3](https://github.com/openconnect/openconnect-gui/tree/v1.5.3) (2018-03-25) - Don't lose password in batch mode and keys from storage (resolve #220, #142, #144) - No disconnection triggered before quit (#202) - Don't use system wide defined proxy when disabled in profile (#208) diff --git a/CMakeLists.txt b/CMakeLists.txt index d9718b70..b61ebb1e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ if(APPLE) endif() project(openconnect-gui - VERSION 1.5.2 + VERSION 1.5.3 LANGUAGES CXX )