Skip to content

Commit

Permalink
Merge branch 'main' into askpt/113-add-metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
askpt authored Dec 14, 2023
2 parents 3654da8 + 7697585 commit c19866b
Show file tree
Hide file tree
Showing 4 changed files with 30 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.1",
"src/OpenFeature.Contrib.Providers.Flagd": "0.1.7",
"src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.1.4",
"src/OpenFeature.Contrib.Providers.Flagsmith": "0.1.1"
"src/OpenFeature.Contrib.Providers.Flagsmith": "0.1.4"
}
27 changes: 27 additions & 0 deletions src/OpenFeature.Contrib.Providers.Flagsmith/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [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)


### 🐛 Bug Fixes

* flagsmith release metadata ([#107](https://github.com/open-feature/dotnet-sdk-contrib/issues/107)) ([25fb39b](https://github.com/open-feature/dotnet-sdk-contrib/commit/25fb39bf3202b1393d831dadecb8cd4c965f4fc1))

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


### 🐛 Bug Fixes

* flagsmith release metadata ([#105](https://github.com/open-feature/dotnet-sdk-contrib/issues/105)) ([bd07b99](https://github.com/open-feature/dotnet-sdk-contrib/commit/bd07b9936099374af47c2d52127635a9d2cb980c))

## [0.1.2](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Flagsmith-v0.1.1...OpenFeature.Contrib.Providers.Flagsmith-v0.1.2) (2023-11-21)


### 🐛 Bug Fixes

* Flagsmith provider no key exception ([#98](https://github.com/open-feature/dotnet-sdk-contrib/issues/98)) ([da84a17](https://github.com/open-feature/dotnet-sdk-contrib/commit/da84a177b574ac5779f3d85af836e426f47020e7))
* update Flagsmith dependencies ([#102](https://github.com/open-feature/dotnet-sdk-contrib/issues/102)) ([1c3b6ed](https://github.com/open-feature/dotnet-sdk-contrib/commit/1c3b6ed1f23c137e3703d8bcd710e5d180a5565d))


### 🧹 Chore

* **deps:** update dependency system.text.json to v7.0.4 ([#101](https://github.com/open-feature/dotnet-sdk-contrib/issues/101)) ([84f453d](https://github.com/open-feature/dotnet-sdk-contrib/commit/84f453ded557491ae69ae7d279d51642327dc8e6))

## [0.1.1](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Flagsmith-v0.1.0...OpenFeature.Contrib.Providers.Flagsmith-v0.1.1) (2023-10-24)


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

0 comments on commit c19866b

Please sign in to comment.