Skip to content

Commit b87f187

Browse files
chore(main): release 0.0.8 (#79)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 10d5c6a commit b87f187

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-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.7"}
1+
{".":"0.0.8"}

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.0.8](https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.7...v0.0.8) (2024-02-01)
4+
5+
6+
### ✨ New Features
7+
8+
* Enable users to customize the host and port for local resolver ([#80](https://github.com/spotify/confidence-openfeature-provider-java/issues/80)) ([10d5c6a](https://github.com/spotify/confidence-openfeature-provider-java/commit/10d5c6a0150d2392c22b3fa00d80069219f18ca6))
9+
10+
11+
### 🧹 Chore
12+
13+
* **main:** release 0.0.8-SNAPSHOT ([#78](https://github.com/spotify/confidence-openfeature-provider-java/issues/78)) ([19d2809](https://github.com/spotify/confidence-openfeature-provider-java/commit/19d28099f6d9abe3e22c741b52981882087413c0))
14+
315
## [0.0.7](https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.6...v0.0.7) (2024-01-31)
416

517

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.8-SNAPSHOT</version>
22+
<version>0.0.8</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.8-SNAPSHOT</version>
18+
<version>0.0.8</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)