Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.providers.flagsmith 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 10, 2025
1 parent 8fb4194 commit e37c9cc
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 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 @@
"providers/flagd": "0.10.5",
"hooks/open-telemetry": "3.2.0",
"providers/go-feature-flag": "0.4.0",
"providers/flagsmith": "0.0.9",
"providers/flagsmith": "0.0.10",
"providers/env-var": "0.0.7",
"providers/jsonlogic-eval-provider": "1.1.1",
"providers/unleash": "0.1.0-alpha",
Expand Down
7 changes: 7 additions & 0 deletions providers/flagsmith/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.10](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagsmith-v0.0.9...dev.openfeature.contrib.providers.flagsmith-v0.0.10) (2025-01-10)


### 🐛 Bug Fixes

* **deps:** update dependency com.flagsmith:flagsmith-java-client to v7.4.3 ([#1098](https://github.com/open-feature/java-sdk-contrib/issues/1098)) ([a4b7809](https://github.com/open-feature/java-sdk-contrib/commit/a4b7809b03ae5384cc150c74fc7f7fb8068537d8))

## [0.0.9](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagsmith-v0.0.8...dev.openfeature.contrib.providers.flagsmith-v0.0.9) (2024-09-13)


Expand Down
2 changes: 1 addition & 1 deletion providers/flagsmith/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Flagsmith provides an all-in-one platform for developing, implementing, and mana
<dependency>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>flagsmith</artifactId>
<version>0.0.9</version>
<version>0.0.10</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion providers/flagsmith/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>flagsmith</artifactId>
<version>0.0.9</version> <!--x-release-please-version -->
<version>0.0.10</version> <!--x-release-please-version -->

<name>flagsmith</name>
<description>Flagsmith provider for Java</description>
Expand Down
2 changes: 1 addition & 1 deletion providers/flagsmith/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.9
0.0.10

0 comments on commit e37c9cc

Please sign in to comment.