From ceb60e5520e24832a73961f5e73540749c1fc058 Mon Sep 17 00:00:00 2001 From: Alberto Sendra Date: Tue, 30 Jul 2024 14:27:23 +0200 Subject: [PATCH 1/2] Bumping SDK version to 0.3.27 --- CHANGELOG.md | 4 ++++ version.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 706cc8d4..b4ce9ca9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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.27] - 2024-07-30 +### Fixed +- Fixed crash for the new cache implementation in AVQueuePlayerWrapper (Player) + ## [0.3.26] - 2024-07-23 ### Fixed - Made access to the database queue thread-safe (EventProducer) diff --git a/version.txt b/version.txt index e23fb32d..e01fa856 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.3.26 +0.3.27 From 18638ec3d89d153b511dfdfc72dfc605fb201d78 Mon Sep 17 00:00:00 2001 From: Evgenii Kononenko Date: Tue, 30 Jul 2024 16:58:08 +0200 Subject: [PATCH 2/2] updated changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4ce9ca9..5e7c1b56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ 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.27] - 2024-07-30 +### New +- Use [swift-log](https://github.com/apple/swift-log) library for logging different events (Auth) + ### Fixed - Fixed crash for the new cache implementation in AVQueuePlayerWrapper (Player)