Skip to content

Commit 4da1667

Browse files
chore(main): release dev.openfeature.contrib.providers.statsig 0.0.2
1 parent 164cec8 commit 4da1667

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"providers/unleash": "0.0.4-alpha",
99
"providers/flipt": "0.0.2",
1010
"providers/configcat": "0.0.3",
11-
"providers/statsig": "0.0.1"
11+
"providers/statsig": "0.0.2"
1212
}

providers/statsig/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
11
# Changelog
2+
3+
## [0.0.2](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.statsig-v0.0.1...dev.openfeature.contrib.providers.statsig-v0.0.2) (2024-02-08)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update dependency com.statsig:serversdk to v1.11.1 ([#658](https://github.com/open-feature/java-sdk-contrib/issues/658)) ([ad668ac](https://github.com/open-feature/java-sdk-contrib/commit/ad668acd81568f86c55d3a02f3678f7169631275))
9+
* **deps:** update dependency org.slf4j:slf4j-api to v2.0.12 ([#661](https://github.com/open-feature/java-sdk-contrib/issues/661)) ([f03d933](https://github.com/open-feature/java-sdk-contrib/commit/f03d93305bda8ea932831e81db57c989ce4e14e4))
10+
11+
12+
### ✨ New Features
13+
14+
* Add Statsig provider ([#641](https://github.com/open-feature/java-sdk-contrib/issues/641)) ([f814696](https://github.com/open-feature/java-sdk-contrib/commit/f814696463dd742ee30d1a1e5bdc196b6689447e))
15+
16+
## Changelog

providers/statsig/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<dependency>
1212
<groupId>dev.openfeature.contrib.providers</groupId>
1313
<artifactId>statsig</artifactId>
14-
<version>0.0.1</version>
14+
<version>0.0.2</version>
1515
</dependency>
1616
```
1717

providers/statsig/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>dev.openfeature.contrib.providers</groupId>
1212
<artifactId>statsig</artifactId>
13-
<version>0.0.1</version> <!--x-release-please-version -->
13+
<version>0.0.2</version> <!--x-release-please-version -->
1414

1515
<name>statsig</name>
1616
<description>Statsig provider for Java</description>

providers/statsig/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.1
1+
0.0.2

0 commit comments

Comments
 (0)