Skip to content

Commit d7e3746

Browse files
chore(main): release 0.0.4 (#64)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eb97dc7 commit d7e3746

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.0.4](https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.3...v0.0.4) (2023-11-09)
4+
5+
6+
### ✨ New Features
7+
8+
* Add SDK id and version to requests ([#66](https://github.com/spotify/confidence-openfeature-provider-java/issues/66)) ([eb97dc7](https://github.com/spotify/confidence-openfeature-provider-java/commit/eb97dc7bb69608feb099831a82bec37673c0adb6))
9+
10+
11+
### 🧹 Chore
12+
13+
* **main:** release 0.0.4-SNAPSHOT ([#63](https://github.com/spotify/confidence-openfeature-provider-java/issues/63)) ([470494e](https://github.com/spotify/confidence-openfeature-provider-java/commit/470494e9266f3060b62ac0b914db486d61e005d9))
14+
15+
16+
### 📚 Documentation
17+
18+
* Install instructions in README ([#65](https://github.com/spotify/confidence-openfeature-provider-java/issues/65)) ([77ecd7d](https://github.com/spotify/confidence-openfeature-provider-java/commit/77ecd7d466b626e4953a659e783c30f76caba945))
19+
320
## [0.0.3](https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.2...v0.0.3) (2023-10-09)
421

522

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ useful.
1919
<dependency>
2020
<groupId>com.spotify.confidence</groupId>
2121
<artifactId>openfeature-provider</artifactId>
22-
<version>0.0.3</version>
22+
<version>0.0.4</version>
2323
</dependency>
2424
```
2525
<!---x-release-please-end-->

pom.xml

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

1616
<groupId>com.spotify.confidence</groupId>
1717
<artifactId>openfeature-provider</artifactId>
18-
<version>0.0.4-SNAPSHOT</version>
18+
<version>0.0.4</version>
1919

2020
<url>https://github.com/spotify/confidence-openfeature-provider-java</url>
2121
<description>Confidence OpenFeature provider for Java</description>

0 commit comments

Comments
 (0)