diff --git a/CHANGELOG.md b/CHANGELOG.md index 64544ae..dfd07e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.16.0](https://github.com/francisdb/vpin/compare/v0.15.6...v0.16.0) - 2024-11-12 + +### Other + +- TonyMcMapface -> AgX ([#111](https://github.com/francisdb/vpin/pull/111)) +- *(deps)* update quick-xml requirement from 0.36.0 to 0.37.0 ([#108](https://github.com/francisdb/vpin/pull/108)) + ## [0.15.6](https://github.com/francisdb/vpin/compare/v0.15.5...v0.15.6) - 2024-09-10 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 8c39d02..bbed18c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vpin" -version = "0.15.6" +version = "0.16.0" edition = "2021" description = "Rust library for the virtual pinball ecosystem" repository = "https://github.com/francisdb/vpin"