Skip to content

Commit

Permalink
Version bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cinemast committed Mar 29, 2019
1 parent bfee032 commit b938e7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## [v1.2.0] - 2019-03-29
### Added
- The `HttpServer` connector now has a `BindLocalhost` method (#261)

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


## [v1.1.1] - 2018-10-31

### Fixed
- Build issue on RHEL7 (#244, #246)
- Build with empty install prefix (#226)
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ if (${CMAKE_MAJOR_VERSION} GREATER 2)
endif()

set(MAJOR_VERSION 1)
set(MINOR_VERSION 1)
set(PATCH_VERSION 1)
set(MINOR_VERSION 2)
set(PATCH_VERSION 0)
set(SO_VERSION 1)

if(NOT MSVC)
Expand Down

0 comments on commit b938e7a

Please sign in to comment.