Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.providers.statsig 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 1, 2024
1 parent aba1ae3 commit e545323
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 @@ -8,6 +8,6 @@
"providers/unleash": "0.1.0-alpha",
"providers/flipt": "0.1.0",
"providers/configcat": "0.1.0",
"providers/statsig": "0.1.0",
"providers/statsig": "0.1.1",
"tools/junit-openfeature": "0.1.1"
}
7 changes: 7 additions & 0 deletions providers/statsig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.1](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.statsig-v0.1.0...dev.openfeature.contrib.providers.statsig-v0.1.1) (2024-10-01)


### 🧹 Chore

* **deps:** update dependency org.apache.logging.log4j:log4j-slf4j2-impl to v2.24.1 ([#986](https://github.com/open-feature/java-sdk-contrib/issues/986)) ([1e53431](https://github.com/open-feature/java-sdk-contrib/commit/1e53431353c1de0856db6bdb815d2218d9ac94a2))

## [0.1.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.statsig-v0.0.4...dev.openfeature.contrib.providers.statsig-v0.1.0) (2024-09-25)


Expand Down
2 changes: 1 addition & 1 deletion providers/statsig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<dependency>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>statsig</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion providers/statsig/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>statsig</artifactId>
<version>0.1.0</version> <!--x-release-please-version -->
<version>0.1.1</version> <!--x-release-please-version -->

<name>statsig</name>
<description>Statsig provider for Java</description>
Expand Down
2 changes: 1 addition & 1 deletion providers/statsig/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1

0 comments on commit e545323

Please sign in to comment.