From 4f7a4cdc966912ba5f4b9d1fca1f7b535066f340 Mon Sep 17 00:00:00 2001 From: Teodor Maxim <57960185+tmaxmax@users.noreply.github.com> Date: Sun, 19 Nov 2023 18:38:48 +0200 Subject: [PATCH] Create changelog entry for v0.7.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a2d8c5..fb69c08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file tracks changes to this project. It follows the [Keep a Changelog format](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [0.7.0] - 2023-11-19 This version overhauls connection retry and fixes the connection event dispatch order issue. Some internal changes to Joe were also made, which makes it faster and more resilient.