diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4f27d2c6..1b0f17c5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "flipt-engine-ffi": "0.0.4" + "flipt-engine-ffi": "0.0.5" } diff --git a/flipt-engine-ffi/CHANGELOG.md b/flipt-engine-ffi/CHANGELOG.md index 0e7f7190..9cfea451 100644 --- a/flipt-engine-ffi/CHANGELOG.md +++ b/flipt-engine-ffi/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.5](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-ffi-v0.0.4...flipt-engine-ffi-v0.0.5) (2024-01-18) + + +### Features + +* Client refs ([#104](https://github.com/flipt-io/flipt-client-sdks/issues/104)) ([de4fc26](https://github.com/flipt-io/flipt-client-sdks/commit/de4fc265872fb8e6b20a39ef026324501763341d)) + ## [0.0.4](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-engine-v0.0.3...flipt-engine-v0.0.4) (2024-01-16) diff --git a/flipt-engine-ffi/Cargo.toml b/flipt-engine-ffi/Cargo.toml index 9a6eeca5..adad61c9 100644 --- a/flipt-engine-ffi/Cargo.toml +++ b/flipt-engine-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flipt-engine-ffi" -version = "0.0.4" +version = "0.0.5" edition = "2021" authors = ["Flipt Devs "] license = "MIT"