Skip to content

Commit

Permalink
chore(main): release OpenFeature.Contrib.Providers.Flagsmith 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 6, 2024
1 parent f2583d4 commit 345d5ed
Show file tree
Hide file tree
Showing 4 changed files with 11 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,7 +2,7 @@
"src/OpenFeature.Contrib.Hooks.Otel": "0.1.4",
"src/OpenFeature.Contrib.Providers.Flagd": "0.1.9",
"src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.1.6",
"src/OpenFeature.Contrib.Providers.Flagsmith": "0.1.6",
"src/OpenFeature.Contrib.Providers.Flagsmith": "0.1.7",
"src/OpenFeature.Contrib.Providers.ConfigCat": "0.0.2",
"src/OpenFeature.Contrib.Providers.FeatureManagement": "0.0.1",
"src/OpenFeature.Contrib.Providers.Statsig": "0.0.4"
Expand Down
8 changes: 8 additions & 0 deletions src/OpenFeature.Contrib.Providers.Flagsmith/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.7](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Flagsmith-v0.1.6...OpenFeature.Contrib.Providers.Flagsmith-v0.1.7) (2024-05-06)


### 🧹 Chore

* **deps:** update dependency flagsmith to v5.3.0 ([#184](https://github.com/open-feature/dotnet-sdk-contrib/issues/184)) ([65461c1](https://github.com/open-feature/dotnet-sdk-contrib/commit/65461c12f232da10627fe6be0892ba36945bedbe))
* **deps:** update dotnet monorepo ([#141](https://github.com/open-feature/dotnet-sdk-contrib/issues/141)) ([5ff0e5f](https://github.com/open-feature/dotnet-sdk-contrib/commit/5ff0e5f4c5939e9a584809e623b1306f7546c5b1))

## [0.1.6](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Flagsmith-v0.1.5...OpenFeature.Contrib.Providers.Flagsmith-v0.1.6) (2024-03-14)


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.6</VersionNumber> <!--x-release-please-version -->
<VersionNumber>0.1.7</VersionNumber> <!--x-release-please-version -->
<VersionPrefix>$(VersionNumber)</VersionPrefix>
<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.6
0.1.7

0 comments on commit 345d5ed

Please sign in to comment.