diff --git a/CHANGELOG.md b/CHANGELOG.md index a72f3da..03f0fb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v2.9.0 - 2022-05-24 + +- Fix: better bindgen handling (thanks @lattice0) + ## v2.8.0 - 2022-05-07 - Fix: missing NDK now exits with exit code 1 (thanks @complexspaces) diff --git a/Cargo.toml b/Cargo.toml index 442e340..6742fcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-ndk" -version = "2.8.0" +version = "2.9.0" authors = ["Brendan Molloy "] repository = "https://github.com/bbqsrc/cargo-ndk" documentation = "https://docs.rs/cargo-ndk"