diff --git a/Cargo.lock b/Cargo.lock index 8f3bcb4e..aca38711 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -485,7 +485,7 @@ dependencies = [ [[package]] name = "nmrs" -version = "3.5.0" +version = "3.5.1" dependencies = [ "async-trait", "base64", diff --git a/nmrs/CHANGELOG.md b/nmrs/CHANGELOG.md index c5f04ef5..0d3d4987 100644 --- a/nmrs/CHANGELOG.md +++ b/nmrs/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to the `nmrs` crate will be documented in this file. ## [Unreleased] + +## [3.5.1] - 2026-09-02 ### Added - `WifiSecurity::Sae` and `WifiConnectionBuilder::sae()` emit @@ -533,7 +535,8 @@ present)` constructor; `RadioState::new` keeps existing behavior and defaults - EAP connections default to no certificates (advanced certificate management coming in future releases) -[Unreleased]: https://github.com/freedesktop-rs/nmrs/compare/nmrs-v3.5.0...HEAD +[Unreleased]: https://github.com/freedesktop-rs/nmrs/compare/nmrs-v3.5.1...HEAD +[3.5.1]: https://github.com/freedesktop-rs/nmrs/compare/nmrs-v3.5.0...nmrs-v3.5.1 [3.5.0]: https://github.com/freedesktop-rs/nmrs/compare/nmrs-v3.4.2...nmrs-v3.5.0 [3.4.2]: https://github.com/freedesktop-rs/nmrs/compare/nmrs-v3.4.1...nmrs-v3.4.2 [3.4.1]: https://github.com/freedesktop-rs/nmrs/compare/nmrs-v3.4.0...nmrs-v3.4.1 diff --git a/nmrs/Cargo.toml b/nmrs/Cargo.toml index 7dccf6dd..d0865abc 100644 --- a/nmrs/Cargo.toml +++ b/nmrs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nmrs" -version = "3.5.0" +version = "3.5.1" authors = ["Akrm Al-Hakimi "] edition.workspace = true rust-version = "1.90.0"