Skip to content

Commit 6a4e664

Browse files
chore(main): release 0.1.10 (#196)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 91dd521 commit 6a4e664

File tree

7 files changed

+22
-7
lines changed

7 files changed

+22
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.1.9"}
1+
{".":"0.1.10"}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.1.10](https://github.com/spotify/confidence-sdk-java/compare/v0.1.9...v0.1.10) (2025-07-08)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* Fix maven central connection ([#190](https://github.com/spotify/confidence-sdk-java/issues/190)) ([124ae78](https://github.com/spotify/confidence-sdk-java/commit/124ae78ff2145d8850db33b43a06977e2a6776a2))
9+
* Update sonatype url ([#191](https://github.com/spotify/confidence-sdk-java/issues/191)) ([6af9299](https://github.com/spotify/confidence-sdk-java/commit/6af92995ca9edb979f1c8fff059042bd7dc3d1fe))
10+
11+
12+
### 🧹 Chore
13+
14+
* Add name to submodule poms ([#193](https://github.com/spotify/confidence-sdk-java/issues/193)) ([2635fa5](https://github.com/spotify/confidence-sdk-java/commit/2635fa5d2a19817dc527ca561ee6d8104e21f4fd))
15+
* **main:** release 0.1.10-SNAPSHOT ([#187](https://github.com/spotify/confidence-sdk-java/issues/187)) ([91dd521](https://github.com/spotify/confidence-sdk-java/commit/91dd52121c978927540065631ef2b1105b7e0dfe))
16+
* **release:** 0.1.9 ([#194](https://github.com/spotify/confidence-sdk-java/issues/194)) ([08bd9c1](https://github.com/spotify/confidence-sdk-java/commit/08bd9c1963cc26f043f36df6562c1edb6042d1a9))
17+
318
## [0.1.9](https://github.com/spotify/confidence-sdk-java/compare/v0.1.8...v0.1.9) (2025-06-19)
419

520

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.10-SNAPSHOT</version>
14+
<version>0.1.10</version>
1515
</dependency>
1616
```
1717
<!---x-release-please-end-->

openfeature-provider/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.spotify.confidence</groupId>
66
<artifactId>confidence-sdk-java</artifactId>
7-
<version>0.1.10-SNAPSHOT</version>
7+
<version>0.1.10</version>
88
</parent>
99

1010
<artifactId>openfeature-provider</artifactId>
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.spotify.confidence</groupId>
7272
<artifactId>sdk-java</artifactId>
73-
<version>0.1.10-SNAPSHOT</version>
73+
<version>0.1.10</version>
7474
</dependency>
7575
<!---x-release-please-end-->
7676
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>com.spotify.confidence</groupId>
2222
<artifactId>confidence-sdk-java</artifactId>
23-
<version>0.1.10-SNAPSHOT</version>
23+
<version>0.1.10</version>
2424

2525
<url>https://github.com/spotify/confidence-sdk-java</url>
2626
<description>Confidence SDK for Java</description>

sdk-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.spotify.confidence</groupId>
66
<artifactId>confidence-sdk-java</artifactId>
7-
<version>0.1.10-SNAPSHOT</version>
7+
<version>0.1.10</version>
88
</parent>
99

1010
<artifactId>sdk-java</artifactId>

sdk-java/src/main/java/com/spotify/confidence/ConfidenceUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@ public static FlagPath getPath(String str) throws IllegalValuePath {
116116
}
117117

118118
static String getSdkVersion() {
119-
return "0.1.10-SNAPSHOT"; // x-release-please-version
119+
return "0.1.10"; // x-release-please-version
120120
}
121121
}

0 commit comments

Comments
 (0)