From a8a603ea3370f35af78c642adf3db52991e77f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Thu, 28 Feb 2019 13:07:34 +0100 Subject: [PATCH] ethminer 0.17.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump version: 0.17.1-rc.0 → 0.17.1 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 5 ++++- CMakeLists.txt | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 75050beb82..35d63232d1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.17.1-rc.0 +current_version = 0.17.1 commit = True message = ethminer {new_version} diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fa0e506ec..883bb08ec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## 0.17.1 - unreleased +## [0.17.1] - 2019-02-28 - Fixed [[#1843](https://github.com/ethereum-mining/ethminer/pull/1843)]: Issue with using latest Nvidia drivers on Windows resolved. @@ -70,3 +70,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Removed - Disabled Debug configuration for Visual Studio [#69](https://github.com/ethereum-mining/ethminer/issues/69) [#1131](https://github.com/ethereum-mining/ethminer/pull/1131). + + +[0.17.1]: https://github.com/ethereum-mining/ethminer/releases/tag/v0.17.1 \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f87bca0ea..42955e0a1b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ HunterGate( ) project(ethminer) -set(PROJECT_VERSION 0.17.1-rc.0) +set(PROJECT_VERSION 0.17.1) cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo)