From 5e68c4a5f821b7fcc2b85381db6495dc20a761e2 Mon Sep 17 00:00:00 2001 From: Luke Gehorsam Date: Sat, 25 Nov 2023 10:19:30 -0500 Subject: [PATCH] 2.8.4 release (#152) --- CHANGELOG.md | 4 ++++ version.cmake | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e27d7abf..5b2e83d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/version.cmake b/version.cmake index 87049855..4e7ea3cd 100644 --- a/version.cmake +++ b/version.cmake @@ -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)