From 0b42d31f6285b257279c4fb167d2bdc37ed89043 Mon Sep 17 00:00:00 2001 From: Francois Beutin Date: Wed, 3 Apr 2024 13:57:08 +0200 Subject: [PATCH] Update changelog of the python client for v0.4.0 release --- client/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index 00fc82ea4..b20c1b49c 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [0.4.0] - 2024-04-03 + +### Added + +- Changed `sync` functions of the client to not use an `async` syntax anymore + ## [0.3.1] - 2024-03-12 ### Fixed