diff --git a/CMakeLists.txt b/CMakeLists.txt index b35679e..2c9f91f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.6) -project(sdbus-c++ VERSION 0.7.4 LANGUAGES C CXX) +project(sdbus-c++ VERSION 0.7.5 LANGUAGES C CXX) include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file diff --git a/ChangeLog b/ChangeLog index 893d51f..985d064 100644 --- a/ChangeLog +++ b/ChangeLog @@ -124,3 +124,7 @@ v0.7.4 - Add support for custom timeout of D-Bus method calls - Add support for opening a connection to a remote system bus using ssh - Internal refactoring: Use tag dispatching to construct various types of Connection + +v0.7.5 +- [[Breaking ABI change]] No more hiding from C++17: Move API code containing C++17 uncaught_exceptions calls from within library to public API +- Add a method to retrieve the unique name of a connection