Skip to content

Commit

Permalink
Changelog for v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cinemast committed Oct 23, 2021
1 parent 7d4d5ed commit 557a2b2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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/).

## [1.4.0] - 2021-10-23
### Fixed
- Deprecation warnings for Jsoncpp (#312)
- Compatibility with newer libmicrohttpd versions (>= 0.9.71) (#298 #299)
- Typo in diagram (#293)
- File descriptor leaks in connectors

### Changed
- Moved from travis-ci to circleci (#311)
- Use `.empty()` checks instead of `.size() == 0`

## [1.3.0] - 2020-01-13
### Added
- Linux SerialPort client and server connector(#286)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if (${CMAKE_MAJOR_VERSION} GREATER 2)
endif()

set(MAJOR_VERSION 1)
set(MINOR_VERSION 3)
set(MINOR_VERSION 4)
set(PATCH_VERSION 0)
set(SO_VERSION 1)

Expand Down

0 comments on commit 557a2b2

Please sign in to comment.