File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
src/OpenFeature.Contrib.Providers.Flagd Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"src/OpenFeature.Contrib.Hooks.Otel" : " 0.1.7" ,
3
- "src/OpenFeature.Contrib.Providers.Flagd" : " 0.2.1 " ,
3
+ "src/OpenFeature.Contrib.Providers.Flagd" : " 0.2.2 " ,
4
4
"src/OpenFeature.Contrib.Providers.GOFeatureFlag" : " 0.1.9" ,
5
5
"src/OpenFeature.Contrib.Providers.Flagsmith" : " 0.1.7" ,
6
6
"src/OpenFeature.Contrib.Providers.ConfigCat" : " 0.0.4" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.2.2] ( https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Flagd-v0.2.1...OpenFeature.Contrib.Providers.Flagd-v0.2.2 ) (2024-08-20)
4
+
5
+
6
+ ### 🧹 Chore
7
+
8
+ * ** deps:** update dependency google.protobuf to v3.27.2 ([ #220 ] ( https://github.com/open-feature/dotnet-sdk-contrib/issues/220 ) ) ([ 316e159] ( https://github.com/open-feature/dotnet-sdk-contrib/commit/316e159a417e5b4268482551fec8e7eb34436648 ) )
9
+ * ** deps:** update dependency google.protobuf to v3.27.3 ([ #244 ] ( https://github.com/open-feature/dotnet-sdk-contrib/issues/244 ) ) ([ 204fdda] ( https://github.com/open-feature/dotnet-sdk-contrib/commit/204fddad9f2b5f1601e1eaf913654e190020d15e ) )
10
+ * ** deps:** update dependency grpc.net.client to v2.64.0 ([ #239 ] ( https://github.com/open-feature/dotnet-sdk-contrib/issues/239 ) ) ([ 3d3ed02] ( https://github.com/open-feature/dotnet-sdk-contrib/commit/3d3ed02e3bdf979336e0dad8e3d5ed6886345a2d ) )
11
+ * ** deps:** update dependency grpc.tools to v2.65.0 ([ #234 ] ( https://github.com/open-feature/dotnet-sdk-contrib/issues/234 ) ) ([ b5ea7bf] ( https://github.com/open-feature/dotnet-sdk-contrib/commit/b5ea7bf6be6b37a2461d0d3192445901df2e1cdc ) )
12
+ * ** deps:** update dotnet monorepo ([ #229 ] ( https://github.com/open-feature/dotnet-sdk-contrib/issues/229 ) ) ([ 0ee1e5b] ( https://github.com/open-feature/dotnet-sdk-contrib/commit/0ee1e5b4e3a002e2f56c78ee5d5665576190cbba ) )
13
+ * update OpenFeature version compatiblity ([ #249 ] ( https://github.com/open-feature/dotnet-sdk-contrib/issues/249 ) ) ([ 232e948] ( https://github.com/open-feature/dotnet-sdk-contrib/commit/232e948a0916ca10612f85343e2eecebca107090 ) )
14
+
3
15
## [ 0.2.1] ( https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Flagd-v0.2.0...OpenFeature.Contrib.Providers.Flagd-v0.2.1 ) (2024-07-16)
4
16
5
17
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<PackageId >OpenFeature.Contrib.Providers.Flagd</PackageId >
5
- <VersionNumber >0.2.1 </VersionNumber > <!-- x-release-please-version -->
5
+ <VersionNumber >0.2.2 </VersionNumber > <!-- x-release-please-version -->
6
6
<VersionPrefix >$(VersionNumber)</VersionPrefix >
7
7
<AssemblyVersion >$(VersionNumber)</AssemblyVersion >
8
8
<FileVersion >$(VersionNumber)</FileVersion >
Original file line number Diff line number Diff line change 1
- 0.2.1
1
+ 0.2.2
You can’t perform that action at this time.
0 commit comments