Skip to content

Commit

Permalink
2.8.4 release (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Gehorsam authored Nov 25, 2023
1 parent 4307fde commit 5e68c4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project are documented below.

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

### [2.8.4] - [2023-11-25]
### Fixed
- Fixed an issue where `NRtClient` would throw an exception when connecting over poor Wifi connections.

### [2.8.3] - [2023-10-31]
### Fixed
- `NRtClient` will now guard against multiple connection attempts without disconnecting from the socket.
Expand Down
2 changes: 1 addition & 1 deletion version.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Easy to update by CI scripts file containing our version as well as
# dependent git repos to achieve reproducible builds

set(LIBNAKAMA_VERSION 2.8.3)
set(LIBNAKAMA_VERSION 2.8.4)

0 comments on commit 5e68c4a

Please sign in to comment.