File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed
Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1- {"." :" 0.0.3 " }
1+ {"." :" 0.0.4 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.0.4] ( https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.3...v0.0.4 ) (2023-11-09)
4+
5+
6+ ### ✨ New Features
7+
8+ * Add SDK id and version to requests ([ #66 ] ( https://github.com/spotify/confidence-openfeature-provider-java/issues/66 ) ) ([ eb97dc7] ( https://github.com/spotify/confidence-openfeature-provider-java/commit/eb97dc7bb69608feb099831a82bec37673c0adb6 ) )
9+
10+
11+ ### 🧹 Chore
12+
13+ * ** main:** release 0.0.4-SNAPSHOT ([ #63 ] ( https://github.com/spotify/confidence-openfeature-provider-java/issues/63 ) ) ([ 470494e] ( https://github.com/spotify/confidence-openfeature-provider-java/commit/470494e9266f3060b62ac0b914db486d61e005d9 ) )
14+
15+
16+ ### 📚 Documentation
17+
18+ * Install instructions in README ([ #65 ] ( https://github.com/spotify/confidence-openfeature-provider-java/issues/65 ) ) ([ 77ecd7d] ( https://github.com/spotify/confidence-openfeature-provider-java/commit/77ecd7d466b626e4953a659e783c30f76caba945 ) )
19+
320## [ 0.0.3] ( https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.2...v0.0.3 ) (2023-10-09)
421
522
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ useful.
1919<dependency >
2020 <groupId >com.spotify.confidence</groupId >
2121 <artifactId >openfeature-provider</artifactId >
22- <version >0.0.3 </version >
22+ <version >0.0.4 </version >
2323</dependency >
2424```
2525<!-- -x-release-please-end-->
Original file line number Diff line number Diff line change 1515
1616 <groupId >com.spotify.confidence</groupId >
1717 <artifactId >openfeature-provider</artifactId >
18- <version >0.0.4-SNAPSHOT </version >
18+ <version >0.0.4</version >
1919
2020 <url >https://github.com/spotify/confidence-openfeature-provider-java</url >
2121 <description >Confidence OpenFeature provider for Java</description >
You can’t perform that action at this time.
0 commit comments