From d862054ae5ba2057228ab9e0d0949c8c0a4b4154 Mon Sep 17 00:00:00 2001 From: "flipt-release-bot[bot]" <119936948+flipt-release-bot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 20:33:42 +0000 Subject: [PATCH 1/2] chore: release main --- flipt-client-go/CHANGELOG.md | 24 ++++++++++++++++++++++++ flipt-client-node/CHANGELOG.md | 19 +++++++++++++++++++ flipt-client-python/CHANGELOG.md | 19 +++++++++++++++++++ flipt-client-ruby/CHANGELOG.md | 17 +++++++++++++++++ 4 files changed, 79 insertions(+) diff --git a/flipt-client-go/CHANGELOG.md b/flipt-client-go/CHANGELOG.md index 9d96896d..4dd7f73c 100644 --- a/flipt-client-go/CHANGELOG.md +++ b/flipt-client-go/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [0.0.1](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-client-go-v0.0.1...flipt-client-go-v0.0.1) (2023-12-26) + + +### Features + +* adapt changes in Rust core to clients ([25c6fe5](https://github.com/flipt-io/flipt-client-sdks/commit/25c6fe5aaed707d4bd4a029a5518fad81d97916a)) +* Add ruby client ([#3](https://github.com/flipt-io/flipt-client-sdks/issues/3)) ([1e1d5ac](https://github.com/flipt-io/flipt-client-sdks/commit/1e1d5ac2a3299ef78400e84da7fabc97d1fe6a4e)) +* do not fail on non-existent namespace in Rust core ([#26](https://github.com/flipt-io/flipt-client-sdks/issues/26)) ([51ef54b](https://github.com/flipt-io/flipt-client-sdks/commit/51ef54b74c82e1cd4f1a0ac6157c9cd468eab653)) +* Error types ([#30](https://github.com/flipt-io/flipt-client-sdks/issues/30)) ([1cbd333](https://github.com/flipt-io/flipt-client-sdks/commit/1cbd333d710cfbcb518897777972428c55c68259)) +* get go and python tests working after changes ([0bcc900](https://github.com/flipt-io/flipt-client-sdks/commit/0bcc900e17d2f9a66495332e69162005cc9d2b18)) +* rename methods ([#21](https://github.com/flipt-io/flipt-client-sdks/issues/21)) ([d6e669e](https://github.com/flipt-io/flipt-client-sdks/commit/d6e669e4bbde5a92ea71a7fa5609f5af661277da)) +* update tests for node, go, and python to account for auth token ([136891b](https://github.com/flipt-io/flipt-client-sdks/commit/136891ba634259bd6fa28afac8cd3c1fd3b21368)) +* **wip:** support passing auth token down to engine ([3181a32](https://github.com/flipt-io/flipt-client-sdks/commit/3181a32981f967310c993d1cedd63a8b81ce5969)) + + +### Bug Fixes + +* fix go mod path ([43419bb](https://github.com/flipt-io/flipt-client-sdks/commit/43419bb630dbf01493dd6b3f09aeac57f04d2440)) + + +### Miscellaneous Chores + +* release 0.0.1 ([96da7f1](https://github.com/flipt-io/flipt-client-sdks/commit/96da7f1b8ab04c7eaba8d5093f0e67af2e967e13)) + ## 0.0.1 (2023-12-25) diff --git a/flipt-client-node/CHANGELOG.md b/flipt-client-node/CHANGELOG.md index ad3eeecf..4848d083 100644 --- a/flipt-client-node/CHANGELOG.md +++ b/flipt-client-node/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.0.1](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-client-node-v0.0.1...flipt-client-node-v0.0.1) (2023-12-26) + + +### Features + +* adapt changes in Rust core to clients ([25c6fe5](https://github.com/flipt-io/flipt-client-sdks/commit/25c6fe5aaed707d4bd4a029a5518fad81d97916a)) +* add node tests to dagger integration test suite ([990b91e](https://github.com/flipt-io/flipt-client-sdks/commit/990b91e9acc7f4556ce1d8b9f3fe47586e9ef5f9)) +* Add ruby client ([#3](https://github.com/flipt-io/flipt-client-sdks/issues/3)) ([1e1d5ac](https://github.com/flipt-io/flipt-client-sdks/commit/1e1d5ac2a3299ef78400e84da7fabc97d1fe6a4e)) +* **breaking:** update node client to use close method instead of freeEngine ([#37](https://github.com/flipt-io/flipt-client-sdks/issues/37)) ([12b14f0](https://github.com/flipt-io/flipt-client-sdks/commit/12b14f012985a0a26f8a8c0379bc2fc94b212bb1)) +* do not fail on non-existent namespace in Rust core ([#26](https://github.com/flipt-io/flipt-client-sdks/issues/26)) ([51ef54b](https://github.com/flipt-io/flipt-client-sdks/commit/51ef54b74c82e1cd4f1a0ac6157c9cd468eab653)) +* Error types ([#30](https://github.com/flipt-io/flipt-client-sdks/issues/30)) ([1cbd333](https://github.com/flipt-io/flipt-client-sdks/commit/1cbd333d710cfbcb518897777972428c55c68259)) +* rename methods ([#21](https://github.com/flipt-io/flipt-client-sdks/issues/21)) ([d6e669e](https://github.com/flipt-io/flipt-client-sdks/commit/d6e669e4bbde5a92ea71a7fa5609f5af661277da)) +* update tests for node, go, and python to account for auth token ([136891b](https://github.com/flipt-io/flipt-client-sdks/commit/136891ba634259bd6fa28afac8cd3c1fd3b21368)) + + +### Miscellaneous Chores + +* release 0.0.1 ([96da7f1](https://github.com/flipt-io/flipt-client-sdks/commit/96da7f1b8ab04c7eaba8d5093f0e67af2e967e13)) + ## 0.0.1 (2023-12-25) diff --git a/flipt-client-python/CHANGELOG.md b/flipt-client-python/CHANGELOG.md index d93748ff..de5f1238 100644 --- a/flipt-client-python/CHANGELOG.md +++ b/flipt-client-python/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.0.1](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-client-python-v0.0.1...flipt-client-python-v0.0.1) (2023-12-26) + + +### Features + +* add build directory for testing with dagger ([331eb12](https://github.com/flipt-io/flipt-client-sdks/commit/331eb12698d10ffe923070643dba48fc44db605d)) +* add node tests to dagger integration test suite ([990b91e](https://github.com/flipt-io/flipt-client-sdks/commit/990b91e9acc7f4556ce1d8b9f3fe47586e9ef5f9)) +* Add ruby client ([#3](https://github.com/flipt-io/flipt-client-sdks/issues/3)) ([1e1d5ac](https://github.com/flipt-io/flipt-client-sdks/commit/1e1d5ac2a3299ef78400e84da7fabc97d1fe6a4e)) +* do not fail on non-existent namespace in Rust core ([#26](https://github.com/flipt-io/flipt-client-sdks/issues/26)) ([51ef54b](https://github.com/flipt-io/flipt-client-sdks/commit/51ef54b74c82e1cd4f1a0ac6157c9cd468eab653)) +* Error types ([#30](https://github.com/flipt-io/flipt-client-sdks/issues/30)) ([1cbd333](https://github.com/flipt-io/flipt-client-sdks/commit/1cbd333d710cfbcb518897777972428c55c68259)) +* get go and python tests working after changes ([0bcc900](https://github.com/flipt-io/flipt-client-sdks/commit/0bcc900e17d2f9a66495332e69162005cc9d2b18)) +* rename methods ([#21](https://github.com/flipt-io/flipt-client-sdks/issues/21)) ([d6e669e](https://github.com/flipt-io/flipt-client-sdks/commit/d6e669e4bbde5a92ea71a7fa5609f5af661277da)) +* update tests for node, go, and python to account for auth token ([136891b](https://github.com/flipt-io/flipt-client-sdks/commit/136891ba634259bd6fa28afac8cd3c1fd3b21368)) + + +### Miscellaneous Chores + +* release 0.0.1 ([96da7f1](https://github.com/flipt-io/flipt-client-sdks/commit/96da7f1b8ab04c7eaba8d5093f0e67af2e967e13)) + ## 0.0.1 (2023-12-25) diff --git a/flipt-client-ruby/CHANGELOG.md b/flipt-client-ruby/CHANGELOG.md index fda1cdb7..4033c994 100644 --- a/flipt-client-ruby/CHANGELOG.md +++ b/flipt-client-ruby/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.0.1](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-client-ruby-v0.0.1...flipt-client-ruby/v0.0.1) (2023-12-26) + + +### Features + +* add ability to pass opts to the engine ([#7](https://github.com/flipt-io/flipt-client-sdks/issues/7)) ([1abd50d](https://github.com/flipt-io/flipt-client-sdks/commit/1abd50daa2af036b2ba396a1ad85496c5f1d574e)) +* Add ruby client ([#3](https://github.com/flipt-io/flipt-client-sdks/issues/3)) ([1e1d5ac](https://github.com/flipt-io/flipt-client-sdks/commit/1e1d5ac2a3299ef78400e84da7fabc97d1fe6a4e)) +* Dependency Injection ([#6](https://github.com/flipt-io/flipt-client-sdks/issues/6)) ([90a374d](https://github.com/flipt-io/flipt-client-sdks/commit/90a374d93aa8a8c4110b001f038b99f0115a5497)) +* do not fail on non-existent namespace in Rust core ([#26](https://github.com/flipt-io/flipt-client-sdks/issues/26)) ([51ef54b](https://github.com/flipt-io/flipt-client-sdks/commit/51ef54b74c82e1cd4f1a0ac6157c9cd468eab653)) +* Error types ([#30](https://github.com/flipt-io/flipt-client-sdks/issues/30)) ([1cbd333](https://github.com/flipt-io/flipt-client-sdks/commit/1cbd333d710cfbcb518897777972428c55c68259)) +* rename methods ([#21](https://github.com/flipt-io/flipt-client-sdks/issues/21)) ([d6e669e](https://github.com/flipt-io/flipt-client-sdks/commit/d6e669e4bbde5a92ea71a7fa5609f5af661277da)) + + +### Miscellaneous Chores + +* release 0.0.1 ([96da7f1](https://github.com/flipt-io/flipt-client-sdks/commit/96da7f1b8ab04c7eaba8d5093f0e67af2e967e13)) + ## 0.0.1 (2023-12-25) From 747cbbbb850378af13b44d992d9001c7d9d03b5c Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Tue, 26 Dec 2023 15:36:32 -0500 Subject: [PATCH 2/2] chore: fix go release --- .release-please-manifest.json | 2 +- flipt-client-go/CHANGELOG.md | 22 +--------------------- flipt-client-node/CHANGELOG.md | 21 --------------------- flipt-client-python/CHANGELOG.md | 21 --------------------- flipt-client-ruby/CHANGELOG.md | 19 ------------------- flipt-engine/CHANGELOG.md | 2 -- 6 files changed, 2 insertions(+), 85 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e304f19c..6ea720b0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "flipt-engine": "0.0.1", - "flipt-client-go": "0.0.1", + "flipt-client-go": "0.0.2", "flipt-client-node": "0.0.1", "flipt-client-python": "0.0.1", "flipt-client-ruby": "0.0.1" diff --git a/flipt-client-go/CHANGELOG.md b/flipt-client-go/CHANGELOG.md index 4dd7f73c..44c19983 100644 --- a/flipt-client-go/CHANGELOG.md +++ b/flipt-client-go/CHANGELOG.md @@ -1,32 +1,13 @@ # Changelog -## [0.0.1](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-client-go-v0.0.1...flipt-client-go-v0.0.1) (2023-12-26) - - -### Features - -* adapt changes in Rust core to clients ([25c6fe5](https://github.com/flipt-io/flipt-client-sdks/commit/25c6fe5aaed707d4bd4a029a5518fad81d97916a)) -* Add ruby client ([#3](https://github.com/flipt-io/flipt-client-sdks/issues/3)) ([1e1d5ac](https://github.com/flipt-io/flipt-client-sdks/commit/1e1d5ac2a3299ef78400e84da7fabc97d1fe6a4e)) -* do not fail on non-existent namespace in Rust core ([#26](https://github.com/flipt-io/flipt-client-sdks/issues/26)) ([51ef54b](https://github.com/flipt-io/flipt-client-sdks/commit/51ef54b74c82e1cd4f1a0ac6157c9cd468eab653)) -* Error types ([#30](https://github.com/flipt-io/flipt-client-sdks/issues/30)) ([1cbd333](https://github.com/flipt-io/flipt-client-sdks/commit/1cbd333d710cfbcb518897777972428c55c68259)) -* get go and python tests working after changes ([0bcc900](https://github.com/flipt-io/flipt-client-sdks/commit/0bcc900e17d2f9a66495332e69162005cc9d2b18)) -* rename methods ([#21](https://github.com/flipt-io/flipt-client-sdks/issues/21)) ([d6e669e](https://github.com/flipt-io/flipt-client-sdks/commit/d6e669e4bbde5a92ea71a7fa5609f5af661277da)) -* update tests for node, go, and python to account for auth token ([136891b](https://github.com/flipt-io/flipt-client-sdks/commit/136891ba634259bd6fa28afac8cd3c1fd3b21368)) -* **wip:** support passing auth token down to engine ([3181a32](https://github.com/flipt-io/flipt-client-sdks/commit/3181a32981f967310c993d1cedd63a8b81ce5969)) - +## [0.0.2](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-client-go-v0.0.2...flipt-client-go-v0.0.1) (2023-12-26) ### Bug Fixes * fix go mod path ([43419bb](https://github.com/flipt-io/flipt-client-sdks/commit/43419bb630dbf01493dd6b3f09aeac57f04d2440)) - -### Miscellaneous Chores - -* release 0.0.1 ([96da7f1](https://github.com/flipt-io/flipt-client-sdks/commit/96da7f1b8ab04c7eaba8d5093f0e67af2e967e13)) - ## 0.0.1 (2023-12-25) - ### Features * adapt changes in Rust core to clients ([25c6fe5](https://github.com/flipt-io/flipt-client-sdks/commit/25c6fe5aaed707d4bd4a029a5518fad81d97916a)) @@ -38,7 +19,6 @@ * update tests for node, go, and python to account for auth token ([136891b](https://github.com/flipt-io/flipt-client-sdks/commit/136891ba634259bd6fa28afac8cd3c1fd3b21368)) * **wip:** support passing auth token down to engine ([3181a32](https://github.com/flipt-io/flipt-client-sdks/commit/3181a32981f967310c993d1cedd63a8b81ce5969)) - ### Miscellaneous Chores * release 0.0.1 ([96da7f1](https://github.com/flipt-io/flipt-client-sdks/commit/96da7f1b8ab04c7eaba8d5093f0e67af2e967e13)) diff --git a/flipt-client-node/CHANGELOG.md b/flipt-client-node/CHANGELOG.md index 4848d083..baf0caa2 100644 --- a/flipt-client-node/CHANGELOG.md +++ b/flipt-client-node/CHANGELOG.md @@ -1,27 +1,7 @@ # Changelog -## [0.0.1](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-client-node-v0.0.1...flipt-client-node-v0.0.1) (2023-12-26) - - -### Features - -* adapt changes in Rust core to clients ([25c6fe5](https://github.com/flipt-io/flipt-client-sdks/commit/25c6fe5aaed707d4bd4a029a5518fad81d97916a)) -* add node tests to dagger integration test suite ([990b91e](https://github.com/flipt-io/flipt-client-sdks/commit/990b91e9acc7f4556ce1d8b9f3fe47586e9ef5f9)) -* Add ruby client ([#3](https://github.com/flipt-io/flipt-client-sdks/issues/3)) ([1e1d5ac](https://github.com/flipt-io/flipt-client-sdks/commit/1e1d5ac2a3299ef78400e84da7fabc97d1fe6a4e)) -* **breaking:** update node client to use close method instead of freeEngine ([#37](https://github.com/flipt-io/flipt-client-sdks/issues/37)) ([12b14f0](https://github.com/flipt-io/flipt-client-sdks/commit/12b14f012985a0a26f8a8c0379bc2fc94b212bb1)) -* do not fail on non-existent namespace in Rust core ([#26](https://github.com/flipt-io/flipt-client-sdks/issues/26)) ([51ef54b](https://github.com/flipt-io/flipt-client-sdks/commit/51ef54b74c82e1cd4f1a0ac6157c9cd468eab653)) -* Error types ([#30](https://github.com/flipt-io/flipt-client-sdks/issues/30)) ([1cbd333](https://github.com/flipt-io/flipt-client-sdks/commit/1cbd333d710cfbcb518897777972428c55c68259)) -* rename methods ([#21](https://github.com/flipt-io/flipt-client-sdks/issues/21)) ([d6e669e](https://github.com/flipt-io/flipt-client-sdks/commit/d6e669e4bbde5a92ea71a7fa5609f5af661277da)) -* update tests for node, go, and python to account for auth token ([136891b](https://github.com/flipt-io/flipt-client-sdks/commit/136891ba634259bd6fa28afac8cd3c1fd3b21368)) - - -### Miscellaneous Chores - -* release 0.0.1 ([96da7f1](https://github.com/flipt-io/flipt-client-sdks/commit/96da7f1b8ab04c7eaba8d5093f0e67af2e967e13)) - ## 0.0.1 (2023-12-25) - ### Features * adapt changes in Rust core to clients ([25c6fe5](https://github.com/flipt-io/flipt-client-sdks/commit/25c6fe5aaed707d4bd4a029a5518fad81d97916a)) @@ -33,7 +13,6 @@ * rename methods ([#21](https://github.com/flipt-io/flipt-client-sdks/issues/21)) ([d6e669e](https://github.com/flipt-io/flipt-client-sdks/commit/d6e669e4bbde5a92ea71a7fa5609f5af661277da)) * update tests for node, go, and python to account for auth token ([136891b](https://github.com/flipt-io/flipt-client-sdks/commit/136891ba634259bd6fa28afac8cd3c1fd3b21368)) - ### Miscellaneous Chores * release 0.0.1 ([96da7f1](https://github.com/flipt-io/flipt-client-sdks/commit/96da7f1b8ab04c7eaba8d5093f0e67af2e967e13)) diff --git a/flipt-client-python/CHANGELOG.md b/flipt-client-python/CHANGELOG.md index de5f1238..5cfe9c89 100644 --- a/flipt-client-python/CHANGELOG.md +++ b/flipt-client-python/CHANGELOG.md @@ -1,27 +1,7 @@ # Changelog -## [0.0.1](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-client-python-v0.0.1...flipt-client-python-v0.0.1) (2023-12-26) - - -### Features - -* add build directory for testing with dagger ([331eb12](https://github.com/flipt-io/flipt-client-sdks/commit/331eb12698d10ffe923070643dba48fc44db605d)) -* add node tests to dagger integration test suite ([990b91e](https://github.com/flipt-io/flipt-client-sdks/commit/990b91e9acc7f4556ce1d8b9f3fe47586e9ef5f9)) -* Add ruby client ([#3](https://github.com/flipt-io/flipt-client-sdks/issues/3)) ([1e1d5ac](https://github.com/flipt-io/flipt-client-sdks/commit/1e1d5ac2a3299ef78400e84da7fabc97d1fe6a4e)) -* do not fail on non-existent namespace in Rust core ([#26](https://github.com/flipt-io/flipt-client-sdks/issues/26)) ([51ef54b](https://github.com/flipt-io/flipt-client-sdks/commit/51ef54b74c82e1cd4f1a0ac6157c9cd468eab653)) -* Error types ([#30](https://github.com/flipt-io/flipt-client-sdks/issues/30)) ([1cbd333](https://github.com/flipt-io/flipt-client-sdks/commit/1cbd333d710cfbcb518897777972428c55c68259)) -* get go and python tests working after changes ([0bcc900](https://github.com/flipt-io/flipt-client-sdks/commit/0bcc900e17d2f9a66495332e69162005cc9d2b18)) -* rename methods ([#21](https://github.com/flipt-io/flipt-client-sdks/issues/21)) ([d6e669e](https://github.com/flipt-io/flipt-client-sdks/commit/d6e669e4bbde5a92ea71a7fa5609f5af661277da)) -* update tests for node, go, and python to account for auth token ([136891b](https://github.com/flipt-io/flipt-client-sdks/commit/136891ba634259bd6fa28afac8cd3c1fd3b21368)) - - -### Miscellaneous Chores - -* release 0.0.1 ([96da7f1](https://github.com/flipt-io/flipt-client-sdks/commit/96da7f1b8ab04c7eaba8d5093f0e67af2e967e13)) - ## 0.0.1 (2023-12-25) - ### Features * add build directory for testing with dagger ([331eb12](https://github.com/flipt-io/flipt-client-sdks/commit/331eb12698d10ffe923070643dba48fc44db605d)) @@ -33,7 +13,6 @@ * rename methods ([#21](https://github.com/flipt-io/flipt-client-sdks/issues/21)) ([d6e669e](https://github.com/flipt-io/flipt-client-sdks/commit/d6e669e4bbde5a92ea71a7fa5609f5af661277da)) * update tests for node, go, and python to account for auth token ([136891b](https://github.com/flipt-io/flipt-client-sdks/commit/136891ba634259bd6fa28afac8cd3c1fd3b21368)) - ### Miscellaneous Chores * release 0.0.1 ([96da7f1](https://github.com/flipt-io/flipt-client-sdks/commit/96da7f1b8ab04c7eaba8d5093f0e67af2e967e13)) diff --git a/flipt-client-ruby/CHANGELOG.md b/flipt-client-ruby/CHANGELOG.md index 4033c994..056bf638 100644 --- a/flipt-client-ruby/CHANGELOG.md +++ b/flipt-client-ruby/CHANGELOG.md @@ -1,25 +1,7 @@ # Changelog -## [0.0.1](https://github.com/flipt-io/flipt-client-sdks/compare/flipt-client-ruby-v0.0.1...flipt-client-ruby/v0.0.1) (2023-12-26) - - -### Features - -* add ability to pass opts to the engine ([#7](https://github.com/flipt-io/flipt-client-sdks/issues/7)) ([1abd50d](https://github.com/flipt-io/flipt-client-sdks/commit/1abd50daa2af036b2ba396a1ad85496c5f1d574e)) -* Add ruby client ([#3](https://github.com/flipt-io/flipt-client-sdks/issues/3)) ([1e1d5ac](https://github.com/flipt-io/flipt-client-sdks/commit/1e1d5ac2a3299ef78400e84da7fabc97d1fe6a4e)) -* Dependency Injection ([#6](https://github.com/flipt-io/flipt-client-sdks/issues/6)) ([90a374d](https://github.com/flipt-io/flipt-client-sdks/commit/90a374d93aa8a8c4110b001f038b99f0115a5497)) -* do not fail on non-existent namespace in Rust core ([#26](https://github.com/flipt-io/flipt-client-sdks/issues/26)) ([51ef54b](https://github.com/flipt-io/flipt-client-sdks/commit/51ef54b74c82e1cd4f1a0ac6157c9cd468eab653)) -* Error types ([#30](https://github.com/flipt-io/flipt-client-sdks/issues/30)) ([1cbd333](https://github.com/flipt-io/flipt-client-sdks/commit/1cbd333d710cfbcb518897777972428c55c68259)) -* rename methods ([#21](https://github.com/flipt-io/flipt-client-sdks/issues/21)) ([d6e669e](https://github.com/flipt-io/flipt-client-sdks/commit/d6e669e4bbde5a92ea71a7fa5609f5af661277da)) - - -### Miscellaneous Chores - -* release 0.0.1 ([96da7f1](https://github.com/flipt-io/flipt-client-sdks/commit/96da7f1b8ab04c7eaba8d5093f0e67af2e967e13)) - ## 0.0.1 (2023-12-25) - ### Features * add ability to pass opts to the engine ([#7](https://github.com/flipt-io/flipt-client-sdks/issues/7)) ([1abd50d](https://github.com/flipt-io/flipt-client-sdks/commit/1abd50daa2af036b2ba396a1ad85496c5f1d574e)) @@ -29,7 +11,6 @@ * Error types ([#30](https://github.com/flipt-io/flipt-client-sdks/issues/30)) ([1cbd333](https://github.com/flipt-io/flipt-client-sdks/commit/1cbd333d710cfbcb518897777972428c55c68259)) * rename methods ([#21](https://github.com/flipt-io/flipt-client-sdks/issues/21)) ([d6e669e](https://github.com/flipt-io/flipt-client-sdks/commit/d6e669e4bbde5a92ea71a7fa5609f5af661277da)) - ### Miscellaneous Chores * release 0.0.1 ([96da7f1](https://github.com/flipt-io/flipt-client-sdks/commit/96da7f1b8ab04c7eaba8d5093f0e67af2e967e13)) diff --git a/flipt-engine/CHANGELOG.md b/flipt-engine/CHANGELOG.md index 93a4f6b9..3eb1324a 100644 --- a/flipt-engine/CHANGELOG.md +++ b/flipt-engine/CHANGELOG.md @@ -2,7 +2,6 @@ ## 0.0.1 (2023-12-24) - ### Features * add ability to pass opts to the engine ([#7](https://github.com/flipt-io/flipt-client-sdks/issues/7)) ([1abd50d](https://github.com/flipt-io/flipt-client-sdks/commit/1abd50daa2af036b2ba396a1ad85496c5f1d574e)) @@ -17,7 +16,6 @@ * update tests for node, go, and python to account for auth token ([136891b](https://github.com/flipt-io/flipt-client-sdks/commit/136891ba634259bd6fa28afac8cd3c1fd3b21368)) * **wip:** support passing auth token down to engine ([3181a32](https://github.com/flipt-io/flipt-client-sdks/commit/3181a32981f967310c993d1cedd63a8b81ce5969)) - ### Miscellaneous Chores * release 0.0.1 ([96da7f1](https://github.com/flipt-io/flipt-client-sdks/commit/96da7f1b8ab04c7eaba8d5093f0e67af2e967e13))