diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c87191f4d51..c03bde58d84 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.7.0-rc.1 +current_version = 1.7.0 commit = True message = Aleth {new_version} diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d9036b70ab..15ef1425667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.7.0] - Unreleased +## [1.7.0] - 2019-11-14 - Added: [#5537](https://github.com/ethereum/aleth/pull/5537) Creating Ethereum Node Record (ENR) at program start. - Added: [#5571](https://github.com/ethereum/aleth/pull/5571) Support Discovery v4 ENR Extension messages. @@ -81,7 +81,7 @@ - Fixed: [#5181](https://github.com/ethereum/aleth/issues/5181) Fix building on PowerPC architecture where -mtune=generic is not available. -[1.7.0]: https://github.com/ethereum/aleth/compare/v1.6.0-alpha.0...master +[1.7.0]: https://github.com/ethereum/aleth/releases/tat/v1.7.0 [1.6.0]: https://github.com/ethereum/aleth/releases/tag/v1.6.0 -[EVMC]: https://github.com/ethereum/evmc \ No newline at end of file +[EVMC]: https://github.com/ethereum/evmc diff --git a/CMakeLists.txt b/CMakeLists.txt index 608c8fbee58..0382e5d651f 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.0-rc.1) +set(PROJECT_VERSION 1.7.0) cable_add_buildinfo_library(PROJECT_NAME aleth)