From 31bcd4d2be54770bb664797d18543bfc69012db2 Mon Sep 17 00:00:00 2001 From: Alberto Sendra Date: Tue, 26 Nov 2024 16:38:59 +0100 Subject: [PATCH] Bump SDK version and update CHANGELOG --- CHANGELOG.md | 10 ++++++++++ version.txt | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64b7cf8f..63a058aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.46] - 2024-11-26 + +### Changed +- Disable file encription for OfflineStorage DB (Player) +- Updated Tidal API module with latest OpenAPI spec (Tidal API) + +### Fixed +- Configure Player logger earlier to catch some possible bootstrap errors (Player) +- Fix AuthLoggable metadata in some cases (Auth) + ## [0.3.45] - 2024-11-12 ### Added diff --git a/version.txt b/version.txt index 5d8b11af..b9c7814c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.3.45 +0.3.46