diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f41313..5e7e99d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,12 @@ All notable changes to this project will be documented in this file. -## [unreleased] - ???? +## [unreleased] - ??? + +## [0.1.0rc3] - 2024-09-05 + +- Fixes for URL playback +- Small fixes for DLNA attributes ## [0.1.0rc2] - 2024-08-22 diff --git a/pyproject.toml b/pyproject.toml index aa3a00c..548588f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pywam" -version = "0.1.0rc2" +version = "0.1.0rc3" description = "Library built on AsyncIO for communicating with Samsung Wireless Audio speakers (WAM)." license = { text = "MIT License" } readme = "README.md"