From 95f752fd15217e913dd4f574dc3079ecf2b62a21 Mon Sep 17 00:00:00 2001 From: "flipt-release-bot[bot]" <119936948+flipt-release-bot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 07:06:58 -0400 Subject: [PATCH] chore(main): release flipt 0.4.6 (#27) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a3cf436..8579006 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.5" + ".": "0.4.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 46eea4e..cc873ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.4.6](https://github.com/flipt-io/flipt-rust/compare/flipt-v0.4.5...flipt-v0.4.6) (2023-08-01) + + +### Features + +* **evaluate_v2:** Add evaluate code for new v2 endpoints ([ee77b91](https://github.com/flipt-io/flipt-rust/commit/ee77b91f8aa68fa55bf2c1ad1fae3458c4e2eeb7)) +* **rollouts:** feat(rollouts): ([82407b6](https://github.com/flipt-io/flipt-rust/commit/82407b6101ee0df20eb050f36745f1c612fc26c2)) +* **rollouts:** Add CRUD code for rollouts ([4c605a0](https://github.com/flipt-io/flipt-rust/commit/4c605a065c19b118125ddb6099587b080aa9f022)) + ## [0.4.5](https://github.com/flipt-io/flipt-rust/compare/flipt-v0.4.4...flipt-v0.4.5) (2023-05-24) diff --git a/Cargo.toml b/Cargo.toml index d8e4e69..a329dff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "flipt" description = "Official Rust SDK for Flipt" repository = "https://github.com/flipt-io/flipt-rust.git" -version = "0.4.5" +version = "0.4.6" edition = "2021" authors = ["Brett Buddin ", "Flipt Developers "] readme = "README.md"