diff --git a/CHANGELOG.md b/CHANGELOG.md index a669171..9efd818 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.2](https://github.com/User65k/flash_rust_ws/compare/v0.5.1...v0.5.2) - 2026-03-11 + +### Other + +- Updates and better Errors ([#51](https://github.com/User65k/flash_rust_ws/pull/51)) +- Update GitHub Actions workflow permissions +- dont be more restrictive than a test ([#49](https://github.com/User65k/flash_rust_ws/pull/49)) + ## [0.5.1](https://github.com/User65k/flash_rust_ws/compare/v0.5.0...v0.5.1) - 2024-09-04 ### Other diff --git a/Cargo.toml b/Cargo.toml index 3f4fc67..d548c05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flash_rust_ws" -version = "0.5.1" +version = "0.5.2" authors = ["User65k <15049544+User65k@users.noreply.github.com>"] edition = "2021" license = "AGPL-3.0"