diff --git a/CHANGELOG.md b/CHANGELOG.md index 87c22c59e..e3d5c088b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [17.5.1](https://github.com/topgrade-rs/topgrade/compare/v17.5.0...v17.5.1) - 2026-05-20 + +### Fixed + +- *(install-release)* remove ir alias to avoid conflict with mono-mdk ([#2036](https://github.com/topgrade-rs/topgrade/pull/2036)) +- *(powershell)* handle unavailable Update-Module ([#1993](https://github.com/topgrade-rs/topgrade/pull/1993)) + ## [17.5.0](https://github.com/topgrade-rs/topgrade/compare/v17.4.0...v17.5.0) - 2026-05-15 ### Added diff --git a/Cargo.lock b/Cargo.lock index e5fd912ed..424d4d66f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3409,7 +3409,7 @@ checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db" [[package]] name = "topgrade" -version = "17.5.0" +version = "17.5.1" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 8d13970da..b0d0a5c67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["upgrade", "update"] license = "GPL-3.0-or-later" repository = "https://github.com/topgrade-rs/topgrade" rust-version = "1.88.0" -version = "17.5.0" +version = "17.5.1" exclude = ["doc/screenshot.gif", "BREAKINGCHANGES_dev.md"] edition = "2024"