Skip to content

Commit

Permalink
chore(main): release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 4, 2024
1 parent 86c7589 commit cf966e2
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.1.3"}
{".":"0.1.4"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.4](https://github.com/spotify/confidence-sdk-java/compare/v0.1.3...v0.1.4) (2024-12-04)


### 🧹 Chore

* **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))

## [0.1.3](https://github.com/spotify/confidence-sdk-java/compare/v0.1.2...v0.1.3) (2024-12-04)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Java library for [Confidence](https://confidence.spotify.com/). This library is
<dependency>
<groupId>com.spotify.confidence</groupId>
<artifactId>sdk-java</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</version>
</dependency>
```
<!---x-release-please-end-->
Expand Down
4 changes: 2 additions & 2 deletions openfeature-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify.confidence</groupId>
<artifactId>confidence-sdk-java</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</version>
</parent>

<artifactId>openfeature-provider</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.spotify.confidence</groupId>
<artifactId>sdk-java</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</version>
</dependency>
<!---x-release-please-end-->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>com.spotify.confidence</groupId>
<artifactId>confidence-sdk-java</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</version>

<url>https://github.com/spotify/confidence-sdk-java</url>
<description>Confidence SDK for Java</description>
Expand Down
2 changes: 1 addition & 1 deletion sdk-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.spotify.confidence</groupId>
<artifactId>confidence-sdk-java</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</version>
</parent>

<artifactId>sdk-java</artifactId>
Expand Down

0 comments on commit cf966e2

Please sign in to comment.