File tree 5 files changed +20
-4
lines changed 5 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 8
8
"providers/unleash" : " 0.0.4-alpha" ,
9
9
"providers/flipt" : " 0.0.2" ,
10
10
"providers/configcat" : " 0.0.3" ,
11
- "providers/statsig" : " 0.0.1 "
11
+ "providers/statsig" : " 0.0.2 "
12
12
}
Original file line number Diff line number Diff line change 1
1
# 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-09)
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 com.statsig: serversdk to v1.12.0 ([ #671 ] ( https://github.com/open-feature/java-sdk-contrib/issues/671 ) ) ([ 4bdfb15] ( https://github.com/open-feature/java-sdk-contrib/commit/4bdfb157f33a5b141e7c7b2a905b91db952d7611 ) )
10
+ * ** 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 ) )
11
+
12
+
13
+ ### ✨ New Features
14
+
15
+ * 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 ) )
16
+
17
+ ## Changelog
Original file line number Diff line number Diff line change 11
11
<dependency >
12
12
<groupId >dev.openfeature.contrib.providers</groupId >
13
13
<artifactId >statsig</artifactId >
14
- <version >0.0.1 </version >
14
+ <version >0.0.2 </version >
15
15
</dependency >
16
16
```
17
17
Original file line number Diff line number Diff line change 10
10
</parent >
11
11
<groupId >dev.openfeature.contrib.providers</groupId >
12
12
<artifactId >statsig</artifactId >
13
- <version >0.0.1 </version > <!-- x-release-please-version -->
13
+ <version >0.0.2 </version > <!-- x-release-please-version -->
14
14
15
15
<name >statsig</name >
16
16
<description >Statsig provider for Java</description >
Original file line number Diff line number Diff line change 1
- 0.0.1
1
+ 0.0.2
You can’t perform that action at this time.
0 commit comments