From 72107817ab5efac322ef6c71a23d59366ffa0251 Mon Sep 17 00:00:00 2001 From: Cecilia de Siqueira Saraiva Date: Tue, 24 Sep 2024 14:30:50 +0200 Subject: [PATCH] update version from 0.3.34 to 0.3.35 and add changelog --- CHANGELOG.md | 5 +++++ version.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fd741a7..0e918c3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.35] - 2024-09-24 +### Added +- Add more logging in Player (Player) +- Add `sendAllEvents` func in `TidalEventSender` (EventProducer) + ## [0.3.34] - 2024-09-17 ### Changed - Format unformatted code diff --git a/version.txt b/version.txt index 9f558ed0..1ff34fb3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.3.34 +0.3.35