From c0e3adf704422792617653285393101c4e6f712d Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Sun, 16 Jun 2024 21:11:09 -0500 Subject: [PATCH] Added v0.2.0 release notes (#156) --- RELEASE_NOTES.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8622589a..e6c0da77 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,8 @@ +#### 0.2.0 June 14th 2024 #### + +* License has been migrated to Apache 2.0 +* Upgraded to [Akka.NET v1.5.25](https://github.com/akkadotnet/akka.net/releases/tag/1.5.25). + #### 0.1.1 May 2nd 2024 #### TurboMqtt v0.1.1 includes critical bug fixes and massive performance improvements over v0.1.0. @@ -29,4 +34,4 @@ UnrollFactor=1 WarmupCount=10 | **PublishAndReceiveMessages** | **ExactlyOnce** | **10** | **V3_1_1** | **44.501 μs** | **2.2778 μs** | **6.716 μs** | **42.175 μs** | **22,471.53** | -[Learn more about TurboMqtt's performance figures here](https://github.com/petabridge/TurboMqtt/blob/dev/docs/Performance.md). \ No newline at end of file +[Learn more about TurboMqtt's performance figures here](https://github.com/petabridge/TurboMqtt/blob/dev/docs/Performance.md).