aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAKP <tom@tdpain.net>2023-04-08 16:56:43 +0100
committerAKP <tom@tdpain.net>2023-04-08 16:56:43 +0100
commite9a34200b0b47aa19d22e63753d3881f69ea02bd (patch)
tree0577b5fa5bcab2dc6b2cc3297a98bad18509c285 /CHANGELOG.md
parent2f3caba65e79900f93e3f0039949df5ef4d2e1d4 (diff)
Prepare v0.3.7
Signed-off-by: AKP <tom@tdpain.net>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d31922c..62cbf7a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
+
+## 0.3.7 - 2023-04-08
### Fixed
* Remove potential race condition caused by using `RLock` instead of `Lock`