File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and 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 )
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ if (${CMAKE_MAJOR_VERSION} GREATER 2)
2222endif ()
2323
2424set (MAJOR_VERSION 1)
25- set (MINOR_VERSION 1 )
26- set (PATCH_VERSION 1 )
25+ set (MINOR_VERSION 2 )
26+ set (PATCH_VERSION 0 )
2727set (SO_VERSION 1)
2828
2929if (NOT MSVC )
You can’t perform that action at this time.
0 commit comments