diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ef34dca6614..87907919a7a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.7.1 +current_version = 1.7.2 commit = True message = Aleth {new_version} diff --git a/CHANGELOG.md b/CHANGELOG.md index a0695d9ecd5..7464134a0ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.7.2] - Unreleased +## [1.7.2] - 2019-11-22 - Fixed: [#5834](https://github.com/ethereum/aleth/pull/5834) Fix segmentation fault during sync. - Fixed: [#5841](https://github.com/ethereum/aleth/pull/5841) Revert the change introduced in 1.7.0 to wait 2 secods after sending `Disconnect` to peer before closing the socket, as it caused instabilty during sync. @@ -90,7 +90,7 @@ - Fixed: [#5181](https://github.com/ethereum/aleth/issues/5181) Fix building on PowerPC architecture where -mtune=generic is not available. -[1.7.2]: https://github.com/ethereum/aleth/compare/v1.7.1..release/1.7 +[1.7.2]: https://github.com/ethereum/aleth/releases/tag/v1.7.2 [1.7.1]: https://github.com/ethereum/aleth/releases/tag/v1.7.1 [1.7.0]: https://github.com/ethereum/aleth/releases/tag/v1.7.0 [1.6.0]: https://github.com/ethereum/aleth/releases/tag/v1.6.0 diff --git a/CMakeLists.txt b/CMakeLists.txt index f7f5c2a075c..30a5715814b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,7 @@ HunterGate( cable_set_build_type(DEFAULT RelWithDebInfo CONFIGURATION_TYPES Debug;Release;RelWithDebInfo) project(aleth) -set(PROJECT_VERSION 1.7.1) +set(PROJECT_VERSION 1.7.2) cable_add_buildinfo_library(PROJECT_NAME aleth)