diff --git a/CHANGELOG.md b/CHANGELOG.md index df0fb139..0ff1b7eb 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.33] - 2024-09-10 +### Changed +- Do not set up loggging system in the Auth module (Auth) + ## [0.3.32] - 2024-09-3 ### New - New `MediaProduct.referenceId` and `MediaProduct.extras` fields as part of the Player spec diff --git a/version.txt b/version.txt index cd906cd5..55cebfb9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.3.32 +0.3.33