From 2da572d6da18af53204b8b06d3ea2c5081479a4d Mon Sep 17 00:00:00 2001 From: Cecilia de Siqueira Saraiva Date: Fri, 18 Oct 2024 10:15:52 +0200 Subject: [PATCH] bump version from 0.3.37 to 0.3.38 and update CHANGELOG --- CHANGELOG.md | 13 +++++++++++++ version.txt | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f707f97b..82e8f4ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ 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.38] - 2024-10-18 +### Changed +- Make source optional + added documentation (Logging) +- Refactor OfflineEngine Listener setup and handling (Player) + +### Added +- Add `Common` product (SDK) +- Add FF `shouldNotPerformActionAtItemEnd` for not performing any action when item reaches end (Player) + +### Fixed +- Fix OfflineItem size calculation +- Fix OfflineEntry deletion edge cases + ## [0.3.37] - 2024-10-15 ### Added diff --git a/version.txt b/version.txt index ba61ff30..b2ccc30e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.3.37 +0.3.38