Skip to content

Commit 7cb2454

Browse files
chore(main): release 0.1.1 (#149)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fc51bc0 commit 7cb2454

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
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.0"}
1+
{".":"0.1.1"}

CHANGELOG.md

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

3+
## [0.1.1](https://github.com/spotify/confidence-sdk-java/compare/v0.1.0...v0.1.1) (2024-06-24)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* ConfidenceValue Struct build is public ([#148](https://github.com/spotify/confidence-sdk-java/issues/148)) ([e409393](https://github.com/spotify/confidence-sdk-java/commit/e40939308bc9c46396ad34f478bb56603d5389bd))
9+
10+
11+
### 🧹 Chore
12+
13+
* **main:** release 0.1.1-SNAPSHOT ([#145](https://github.com/spotify/confidence-sdk-java/issues/145)) ([fc51bc0](https://github.com/spotify/confidence-sdk-java/commit/fc51bc036274afcded56378a39829ed59d7ff827))
14+
315
## [0.1.0](https://github.com/spotify/confidence-sdk-java/compare/v0.0.15...v0.1.0) (2024-06-07)
416

517

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.1-SNAPSHOT</version>
14+
<version>0.1.1</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.1-SNAPSHOT</version>
7+
<version>0.1.1</version>
88
</parent>
99

1010
<artifactId>openfeature-provider</artifactId>
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>com.spotify.confidence</groupId>
1616
<artifactId>sdk-java</artifactId>
17-
<version>0.1.1-SNAPSHOT</version>
17+
<version>0.1.1</version>
1818
</dependency>
1919
<!---x-release-please-end-->
2020
<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.1-SNAPSHOT</version>
23+
<version>0.1.1</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.1-SNAPSHOT</version>
7+
<version>0.1.1</version>
88
</parent>
99

1010
<artifactId>sdk-java</artifactId>

0 commit comments

Comments
 (0)