Skip to content

Commit

Permalink
chore(main): release 0.1.0 (#144)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 11, 2024
1 parent 645e677 commit fa7043f
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.0.15"}
{".":"0.1.0"}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.1.0](https://github.com/spotify/confidence-sdk-java/compare/v0.0.15...v0.1.0) (2024-06-07)


### ⚠ BREAKING CHANGES

* Re-packaging ([#143](https://github.com/spotify/confidence-sdk-java/issues/143))

### 🧹 Chore

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


### 🔄 Refactoring

* Re-packaging ([#143](https://github.com/spotify/confidence-sdk-java/issues/143)) ([645e677](https://github.com/spotify/confidence-sdk-java/commit/645e677712f6d715fa845affebb1a857619d0cff))

## [0.0.15](https://github.com/spotify/confidence-sdk-java/compare/v0.0.14...v0.0.15) (2024-06-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.0.16-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
```
<!---x-release-please-end-->
Expand Down
6 changes: 2 additions & 4 deletions openfeature-provider/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.spotify.confidence</groupId>
<artifactId>confidence-sdk-java</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>openfeature-provider</artifactId>
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.0.16-SNAPSHOT</version>
<version>0.1.0</version>

<url>https://github.com/spotify/confidence-sdk-java</url>
<description>Confidence SDK for Java</description>
Expand Down
6 changes: 2 additions & 4 deletions sdk-java/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.spotify.confidence</groupId>
<artifactId>confidence-sdk-java</artifactId>
<version>0.0.16-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

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

0 comments on commit fa7043f

Please sign in to comment.