File tree Expand file tree Collapse file tree 6 files changed +23
-11
lines changed
Expand file tree Collapse file tree 6 files changed +23
-11
lines changed Original file line number Diff line number Diff line change 1- {"." :" 0.0.15 " }
1+ {"." :" 0.1.0 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.1.0] ( https://github.com/spotify/confidence-sdk-java/compare/v0.0.15...v0.1.0 ) (2024-06-07)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * Re-packaging ([ #143 ] ( https://github.com/spotify/confidence-sdk-java/issues/143 ) )
9+
10+ ### 🧹 Chore
11+
12+ * ** main:** release 0.0.16-SNAPSHOT ([ #141 ] ( https://github.com/spotify/confidence-sdk-java/issues/141 ) ) ([ 051b2d6] ( https://github.com/spotify/confidence-sdk-java/commit/051b2d67848e24b7ae435be9c7dfe47c99e12c5a ) )
13+
14+
15+ ### 🔄 Refactoring
16+
17+ * Re-packaging ([ #143 ] ( https://github.com/spotify/confidence-sdk-java/issues/143 ) ) ([ 645e677] ( https://github.com/spotify/confidence-sdk-java/commit/645e677712f6d715fa845affebb1a857619d0cff ) )
18+
319## [ 0.0.15] ( https://github.com/spotify/confidence-sdk-java/compare/v0.0.14...v0.0.15 ) (2024-06-04)
420
521
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.0.16-SNAPSHOT </version >
14+ <version >0.1.0 </version >
1515</dependency >
1616```
1717<!-- -x-release-please-end-->
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
53 <modelVersion >4.0.0</modelVersion >
64 <parent >
75 <groupId >com.spotify.confidence</groupId >
86 <artifactId >confidence-sdk-java</artifactId >
9- <version >0.0.16-SNAPSHOT </version >
7+ <version >0.1.0 </version >
108 </parent >
119
1210 <artifactId >openfeature-provider</artifactId >
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.0.16-SNAPSHOT </version >
23+ <version >0.1.0 </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 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
53 <modelVersion >4.0.0</modelVersion >
64 <parent >
75 <groupId >com.spotify.confidence</groupId >
86 <artifactId >confidence-sdk-java</artifactId >
9- <version >0.0.16-SNAPSHOT </version >
7+ <version >0.1.0 </version >
108 </parent >
119
1210 <artifactId >sdk-java</artifactId >
You can’t perform that action at this time.
0 commit comments