diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e7c1b56..fc66adc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.28] - 2024-08-06 +### New +- Multiple unit tests for Playlog (Player) + +### Fixed +- Made accessing credentials thread safe (Auth) + ## [0.3.27] - 2024-07-30 ### New - Use [swift-log](https://github.com/apple/swift-log) library for logging different events (Auth) diff --git a/version.txt b/version.txt index e01fa856..9578e940 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.3.27 +0.3.28