Skip to content

Commit 6eebf79

Browse files
chore(main): release openfeature-provider-flagd 0.1.1
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent 3df351c commit 6eebf79

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"providers/openfeature-provider-flagd": "0.1.0"
2+
"providers/openfeature-provider-flagd": "0.1.1"
33
}

providers/openfeature-provider-flagd/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/open-feature/elixir-sdk-contrib/compare/openfeature-provider-flagd/v0.1.0...openfeature-provider-flagd/v0.1.1) (2025-06-23)
4+
5+
6+
### 🧹 Chore
7+
8+
* clean up Flagd provider mix file ([#12](https://github.com/open-feature/elixir-sdk-contrib/issues/12)) ([efa8e7f](https://github.com/open-feature/elixir-sdk-contrib/commit/efa8e7f726733cf22fa4510090f70f5fde9662fa))
9+
* **deps:** update dependency ex_doc to ~&gt; 0.38 ([#9](https://github.com/open-feature/elixir-sdk-contrib/issues/9)) ([9e5af79](https://github.com/open-feature/elixir-sdk-contrib/commit/9e5af79d3f130420532bf6f4e5ff6a98d6ee6c50))
10+
* **deps:** update dependency grpc to ~&gt; 0.10.0 ([#10](https://github.com/open-feature/elixir-sdk-contrib/issues/10)) ([3f147d6](https://github.com/open-feature/elixir-sdk-contrib/commit/3f147d65a8c5e032598b0c4f795c13d7f01d113d))
11+
* **deps:** update dependency mimic to v1.12.0 ([#15](https://github.com/open-feature/elixir-sdk-contrib/issues/15)) ([3df351c](https://github.com/open-feature/elixir-sdk-contrib/commit/3df351cf2e5f0209fee09fb2d7b0e90f6e2e6d3c))
12+
* skip undefined reference warnings in EventStream ([#7](https://github.com/open-feature/elixir-sdk-contrib/issues/7)) ([bf74489](https://github.com/open-feature/elixir-sdk-contrib/commit/bf74489d213ed5af44f9947c1ba8396c20be2cfa))
13+
314
## [0.1.0](https://github.com/open-feature/elixir-sdk-contrib/compare/openfeature-provider-flagd/v0.1.0...openfeature-provider-flagd/v0.1.0) (2025-04-22)
415

516

providers/openfeature-provider-flagd/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule OpenFeature.Provider.Flagd.MixProject do
33

44
@git_repo "https://github.com/open-feature/elixir-sdk-contrib"
55

6-
@version "0.1.0"
6+
@version "0.1.1"
77

88
def project do
99
[

0 commit comments

Comments
 (0)