Skip to content

Commit

Permalink
chore(main): release OpenFeature.Contrib.Providers.Flagsmith 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 22, 2024
1 parent 0def0da commit f788a44
Show file tree
Hide file tree
Showing 4 changed files with 31 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,6 +2,6 @@
"src/OpenFeature.Contrib.Hooks.Otel": "0.1.3",
"src/OpenFeature.Contrib.Providers.Flagd": "0.1.7",
"src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.1.5",
"src/OpenFeature.Contrib.Providers.Flagsmith": "0.1.5",
"src/OpenFeature.Contrib.Providers.Flagsmith": "0.1.6",
"src/OpenFeature.Contrib.Providers.ConfigCat": "0.0.2"
}
28 changes: 28 additions & 0 deletions src/OpenFeature.Contrib.Providers.Flagsmith/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

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


### 🐛 Bug Fixes

* do not send targeting key as separate trait in flagsmith ([#120](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/120)) ([0725f8f](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/0725f8f3c726c05a6ccd2580f04b896f0aff4810))
* Flagsmith provider no key exception ([#98](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/98)) ([da84a17](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/da84a177b574ac5779f3d85af836e426f47020e7))
* flagsmith release metadata ([#105](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/105)) ([bd07b99](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/bd07b9936099374af47c2d52127635a9d2cb980c))
* flagsmith release metadata ([#107](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/107)) ([25fb39b](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/25fb39bf3202b1393d831dadecb8cd4c965f4fc1))
* update Flagsmith dependencies ([#102](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/102)) ([1c3b6ed](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/1c3b6ed1f23c137e3703d8bcd710e5d180a5565d))


### ✨ New Features

* Add Flagsmith provider ([#89](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/89)) ([b7ba62e](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/b7ba62e4f88f23fba9daeaf487465834846ae532))


### 🧹 Chore

* Add support for GitHub Packages ([#134](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/134)) ([0def0da](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/0def0da173e2f327b7381eba043b6e99ae8f26fe))
* **deps:** update dependency system.text.json to v7.0.4 ([#101](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/101)) ([84f453d](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/84f453ded557491ae69ae7d279d51642327dc8e6))
* **deps:** update dependency system.text.json to v8.0.1 ([#128](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/128)) ([d3aea9e](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/d3aea9e6a957c3c0ecc4f318f10916801cffe945))
* **main:** release OpenFeature.Contrib.Providers.Flagsmith 0.1.1 ([#93](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/93)) ([8ea486c](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/8ea486c4bb22dcbceb18e199b70c99d15d652806))
* **main:** release OpenFeature.Contrib.Providers.Flagsmith 0.1.2 ([#99](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/99)) ([2261863](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/226186378b9dc610a07e4ab4bb38fefec418e28c))
* **main:** release OpenFeature.Contrib.Providers.Flagsmith 0.1.3 ([#106](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/106)) ([ef9b579](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/ef9b5790ee8a3b7616425ab16bb02311d684cfb3))
* **main:** release OpenFeature.Contrib.Providers.Flagsmith 0.1.4 ([#108](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/108)) ([7697585](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/76975853cd064f8cba53dc470436479357bb63da))
* **main:** release OpenFeature.Contrib.Providers.Flagsmith 0.1.5 ([#121](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/issues/121)) ([00a1b38](https://github.com/austindrenski/open-feature-dotnet-sdk-contrib/commit/00a1b38e915c7ca197a01559154a84c460b41cb8))

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


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.5</VersionNumber> <!--x-release-please-version -->
<VersionNumber>0.1.6</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.5
0.1.6

0 comments on commit f788a44

Please sign in to comment.