diff --git a/CHANGELOG.md b/CHANGELOG.md index dfd07e3..a596e71 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.16.1](https://github.com/francisdb/vpin/compare/v0.16.0...v0.16.1) - 2024-11-12 + +### Other + +- *(deps)* dependency updates that dependabot skipped + ## [0.16.0](https://github.com/francisdb/vpin/compare/v0.15.6...v0.16.0) - 2024-11-12 ### Other diff --git a/Cargo.toml b/Cargo.toml index 96886a5..67fdb8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vpin" -version = "0.16.0" +version = "0.16.1" edition = "2021" description = "Rust library for the virtual pinball ecosystem" repository = "https://github.com/francisdb/vpin"