From a2dffeff33f4279cbcb2acc0842702a7daffdb8b Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Wed, 18 Oct 2023 22:52:37 +0100 Subject: [PATCH] Version 0.5 RC2 release notes --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 249faf86..9959abd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - in case of vulnerabilities. --> +## [0.5.0] - Release Candidate 2 + +### Fixed + +* A bug which could result in high CPU usage after a network interface change has been fixed +* TLS listeners no longer require a TLS client certificate, as it is not necessary +* A panic in the mobile wrapper has been fixed when getting peers JSON + ## [0.5.0] - Release Candidate 1 ### Added