From 2399d5474325017229c93e210df735bc1209ef6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Sat, 13 Jul 2024 01:24:45 +0300 Subject: [PATCH] Added the release version --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index ca77973..a9c19c5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Version history This library adheres to `Semantic Versioning 2.0 `_. -**UNRELEASED** +**1.2.2** - Removed an ``assert`` in ``exceptiongroup._formatting`` that caused compatibility issues with Sentry (`#123 `_)