8000 Changelog for v1.4.0 · cinemast/libjson-rpc-cpp@557a2b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 557a2b2

Browse files
committed
Changelog for v1.4.0
1 parent 7d4d5ed commit 557a2b2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and 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)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if (${CMAKE_MAJOR_VERSION} GREATER 2)
2222
endif()
2323

2424
set(MAJOR_VERSION 1)
25-
set(MINOR_VERSION 3)
25+
set(MINOR_VERSION 4)
2626
set(PATCH_VERSION 0)
2727
set(SO_VERSION 1)
2828

0 commit comments

Comments
 (0)
0