From 04fe20a620e9ff27172cde2d0be886a52ab45855 Mon Sep 17 00:00:00 2001 From: Alberto Sendra Date: Wed, 23 Oct 2024 14:00:50 +0200 Subject: [PATCH 1/2] Bump version to 0.3.40 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 083ceb2d..3abf55db 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.40] - 2024-10-23 + +### Added +- Added support for `OfflinePlay` events with new OfflineEngine (Player) + +### Fixed +- Update client configuraiton correctly in OfflineEngine when it changes (Player) +- Save the actualProductId when backend returnsa different product than requested (Player) +- Fix canPlay checks for new OfflineEngine items (Player) + ## [0.3.39] - 2024-10-22 ### Changed - Make OfflineEngine non-optional in Player setup (Logging) diff --git a/version.txt b/version.txt index a7c15395..a02af241 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.3.39 +0.3.40 From 64fa98fc37dad2e41166350bf3a0fe18b6c0a7ad Mon Sep 17 00:00:00 2001 From: Alberto Sendra Date: Wed, 23 Oct 2024 15:57:40 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Evgenii Kononenko <57400754+e-kononenko@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3abf55db..a13f5868 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Update client configuraiton correctly in OfflineEngine when it changes (Player) -- Save the actualProductId when backend returnsa different product than requested (Player) +- Save the `actualProductId` when backend returns a different product than requested (Player) - Fix canPlay checks for new OfflineEngine items (Player) ## [0.3.39] - 2024-10-22