File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {"." :" 0.1.3 " }
1+ {"." :" 0.1.4 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.1.4] ( https://github.com/spotify/confidence-sdk-java/compare/v0.1.3...v0.1.4 ) (2025-03-11)
4+
5+
6+ ### ✨ New Features
7+
8+ * add ConfidenceStub for testing ([ #167 ] ( https://github.com/spotify/confidence-sdk-java/issues/167 ) ) ([ 993f348] ( https://github.com/spotify/confidence-sdk-java/commit/993f348c425f1b6f9bc4953545288a58cd7cb051 ) )
9+
10+
11+ ### 🧹 Chore
12+
13+ * ** main:** release 0.1.4-SNAPSHOT ([ #165 ] ( https://github.com/spotify/confidence-sdk-java/issues/165 ) ) ([ 86c7589] ( https://github.com/spotify/confidence-sdk-java/commit/86c75896b1faea3dc96004202610239a62de0268 ) )
14+
315## [ 0.1.3] ( https://github.com/spotify/confidence-sdk-java/compare/v0.1.2...v0.1.3 ) (2024-12-04)
416
517
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Java library for [Confidence](https://confidence.spotify.com/). This library is
1111<dependency >
1212 <groupId >com.spotify.confidence</groupId >
1313 <artifactId >sdk-java</artifactId >
14- <version >0.1.4-SNAPSHOT </version >
14+ <version >0.1.4</version >
1515</dependency >
1616```
1717<!-- -x-release-please-end-->
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.spotify.confidence</groupId >
66 <artifactId >confidence-sdk-java</artifactId >
7- <version >0.1.4-SNAPSHOT </version >
7+ <version >0.1.4</version >
88 </parent >
99
1010 <artifactId >openfeature-provider</artifactId >
1414 <dependency >
1515 <groupId >com.spotify.confidence</groupId >
1616 <artifactId >sdk-java</artifactId >
17- <version >0.1.4-SNAPSHOT </version >
17+ <version >0.1.4</version >
1818 </dependency >
1919 <!-- -x-release-please-end-->
2020 <dependency >
Original file line number Diff line number Diff line change 2020
2121 <groupId >com.spotify.confidence</groupId >
2222 <artifactId >confidence-sdk-java</artifactId >
23- <version >0.1.4-SNAPSHOT </version >
23+ <version >0.1.4</version >
2424
2525 <url >https://github.com/spotify/confidence-sdk-java</url >
2626 <description >Confidence SDK for Java</description >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.spotify.confidence</groupId >
66 <artifactId >confidence-sdk-java</artifactId >
7- <version >0.1.4-SNAPSHOT </version >
7+ <version >0.1.4</version >
88 </parent >
99
1010 <artifactId >sdk-java</artifactId >
You can’t perform that action at this time.
0 commit comments