diff --git a/CHANGELOG.md b/CHANGELOG.md index c9b66a7..c0acc90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.1] 2023-10-20 + +### Fixed + +* dependencies updated +* fixed example in readme +* clonable structs +* changed bins to examples + ## [0.6.0] 2023-09-13 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 6085619..4bae624 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "radiobrowser" -version = "0.6.0" +version = "0.6.1" authors = ["segler_alex "] edition = "2021" license = "MIT"