diff --git a/CHANGELOG.md b/CHANGELOG.md index e2ee94e..bb0477c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.17.1](https://github.com/francisdb/vpin/compare/v0.17.0...v0.17.1) - 2024-12-18 + +### Added + +- extractvbs now can write to any vbs path (#118) + ## [0.17.0](https://github.com/francisdb/vpin/compare/v0.16.1...v0.17.0) - 2024-12-05 ### Other diff --git a/Cargo.toml b/Cargo.toml index 41762b1..6f8444c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vpin" -version = "0.17.0" +version = "0.17.1" edition = "2021" description = "Rust library for the virtual pinball ecosystem" repository = "https://github.com/francisdb/vpin"