Skip to content

Commit b938e7a

Browse files
committed
Version bump to 1.2.0
1 parent bfee032 commit b938e7a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## Unreleased
8-
7+
## [v1.2.0] - 2019-03-29
98
### Added
109
- The `HttpServer` connector now has a `BindLocalhost` method (#261)
1110

@@ -20,7 +19,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2019

2120

2221
## [v1.1.1] - 2018-10-31
23-
2422
### Fixed
2523
- Build issue on RHEL7 (#244, #246)
2624
- Build with empty install prefix (#226)

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ if (${CMAKE_MAJOR_VERSION} GREATER 2)
2222
endif()
2323

2424
set(MAJOR_VERSION 1)
25-
set(MINOR_VERSION 1)
26-
set(PATCH_VERSION 1)
25+
set(MINOR_VERSION 2)
26+
set(PATCH_VERSION 0)
2727
set(SO_VERSION 1)
2828

2929
if(NOT MSVC)

0 commit comments

Comments
 (0)