Skip to content

Commit 5e68c4a

Browse files
author
Luke Gehorsam
authored
2.8.4 release (#152)
1 parent 4307fde commit 5e68c4a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project are documented below.
44

55
The format is based on [keep a changelog](http://keepachangelog.com/) and this project uses [semantic versioning](http://semver.org/).
66

7+
### [2.8.4] - [2023-11-25]
8+
### Fixed
9+
- Fixed an issue where `NRtClient` would throw an exception when connecting over poor Wifi connections.
10+
711
### [2.8.3] - [2023-10-31]
812
### Fixed
913
- `NRtClient` will now guard against multiple connection attempts without disconnecting from the socket.

version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Easy to update by CI scripts file containing our version as well as
22
# dependent git repos to achieve reproducible builds
33

4-
set(LIBNAKAMA_VERSION 2.8.3)
4+
set(LIBNAKAMA_VERSION 2.8.4)

0 commit comments

Comments
 (0)