Skip to content

Commit

Permalink
chore(main): release OpenFeature.Contrib.Providers.Flagsmith 0.1.5 (o…
Browse files Browse the repository at this point in the history
…pen-feature#121)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 21, 2023
1 parent 0725f8f commit 00a1b38
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"src/OpenFeature.Contrib.Hooks.Otel": "0.1.2",
"src/OpenFeature.Contrib.Providers.Flagd": "0.1.7",
"src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.1.4",
"src/OpenFeature.Contrib.Providers.Flagsmith": "0.1.4"
"src/OpenFeature.Contrib.Providers.Flagsmith": "0.1.5"
}
7 changes: 7 additions & 0 deletions src/OpenFeature.Contrib.Providers.Flagsmith/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.5](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Flagsmith-v0.1.4...OpenFeature.Contrib.Providers.Flagsmith-v0.1.5) (2023-12-21)


### 🐛 Bug Fixes

* do not send targeting key as separate trait in flagsmith ([#120](https://github.com/open-feature/dotnet-sdk-contrib/issues/120)) ([0725f8f](https://github.com/open-feature/dotnet-sdk-contrib/commit/0725f8f3c726c05a6ccd2580f04b896f0aff4810))

## [0.1.4](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Flagsmith-v0.1.3...OpenFeature.Contrib.Providers.Flagsmith-v0.1.4) (2023-11-28)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard20</TargetFrameworks>
<PackageId>OpenFeature.Contrib.Providers.Flagsmith</PackageId>
<VersionNumber>0.1.4</VersionNumber> <!--x-release-please-version -->
<VersionNumber>0.1.5</VersionNumber> <!--x-release-please-version -->
<Version>$(VersionNumber)</Version>
<AssemblyVersion>$(VersionNumber)</AssemblyVersion>
<FileVersion>$(VersionNumber)</FileVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/OpenFeature.Contrib.Providers.Flagsmith/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.4
0.1.5

0 comments on commit 00a1b38

Please sign in to comment.