File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ 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+ ## [ 1.4.0] - 2021-10-23
8+ ### Fixed
9+ - Deprecation warnings for Jsoncpp (#312 )
10+ - Compatibility with newer libmicrohttpd versions (>= 0.9.71) (#298 #299 )
11+ - Typo in diagram (#293 )
12+ - File descriptor leaks in connectors
13+
14+ ### Changed
15+ - Moved from travis-ci to circleci (#311 )
16+ - Use ` .empty() ` checks instead of ` .size() == 0 `
17+
718## [ 1.3.0] - 2020-01-13
819### Added
920- Linux SerialPort client and server connector(#286 )
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if (${CMAKE_MAJOR_VERSION} GREATER 2)
2222endif ()
2323
2424set (MAJOR_VERSION 1)
25- set (MINOR_VERSION 3 )
25+ set (MINOR_VERSION 4 )
2626set (PATCH_VERSION 0)
2727set (SO_VERSION 1)
2828
You can’t perform that action at this time.
0 commit comments