Skip to content

Commit 730c31f

Browse files
chore(main): release 0.0.6 (#72)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 158bfd0 commit 730c31f

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.5"}
1+
{".":"0.0.6"}

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.6](https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.5...v0.0.6) (2024-01-30)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* Shade dependencies ([#73](https://github.com/spotify/confidence-openfeature-provider-java/issues/73)) ([158bfd0](https://github.com/spotify/confidence-openfeature-provider-java/commit/158bfd0e87215619077dfb1861e477f0d2913398))
9+
10+
11+
### 🧹 Chore
12+
13+
* **main:** release 0.0.6-SNAPSHOT ([#71](https://github.com/spotify/confidence-openfeature-provider-java/issues/71)) ([e30bb9d](https://github.com/spotify/confidence-openfeature-provider-java/commit/e30bb9d13ad7d1f005f7e45338f1a2022542a2cf))
14+
315
## [0.0.5](https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.4...v0.0.5) (2024-01-11)
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.6-SNAPSHOT</version>
22+
<version>0.0.6</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.6-SNAPSHOT</version>
18+
<version>0.0.6</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)