diff --git a/.release-please-manifest.json b/.release-please-manifest.json index de81c5dc..6acc9bb8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "flipt-engine-ffi": "0.1.15", + "flipt-engine-ffi": "0.1.16", "flipt-engine-wasm": "0.1.0" } diff --git a/flipt-engine-ffi/CHANGELOG.md b/flipt-engine-ffi/CHANGELOG.md index a421a9e7..01d8ca8e 100644 --- a/flipt-engine-ffi/CHANGELOG.md +++ b/flipt-engine-ffi/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.16](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-ffi-v0.1.15...flipt-engine-ffi-v0.1.16) (2024-08-25) + + +### Miscellaneous Chores + +* release 0.1.16 ([ffa7c53](https://github.com/flipt-io/flipt-client-sdks/commit/ffa7c535b7023eb218a78e949548b3fd6df4dd9d)) + ## [0.1.15](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-ffi-v0.1.14...flipt-engine-ffi-v0.1.15) (2024-07-29) diff --git a/flipt-engine-ffi/Cargo.toml b/flipt-engine-ffi/Cargo.toml index 676309a5..b42d16b1 100644 --- a/flipt-engine-ffi/Cargo.toml +++ b/flipt-engine-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flipt-engine-ffi" -version = "0.1.15" +version = "0.1.16" edition = "2021" authors = ["Flipt Devs "] license = "MIT"