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.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
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
+
7
18
## [ 1.3.0] - 2020-01-13
8
19
### Added
9
20
- 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)
22
22
endif ()
23
23
24
24
set (MAJOR_VERSION 1 )
25
- set (MINOR_VERSION 3 )
25
+ set (MINOR_VERSION 4 )
26
26
set (PATCH_VERSION 0 )
27
27
set (SO_VERSION 1 )
28
28
You can’t perform that action at this time.
0 commit comments