Skip to content

Commit

Permalink
chore(main): release 0.0.7 (#76)
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 Jan 31, 2024
1 parent 3a0a4ef commit 7005c78
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 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.6"}
{".":"0.0.7"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.0.7](https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.6...v0.0.7) (2024-01-31)


### 🐛 Bug Fixes

* remove enforcing the targeting key to be present ([#77](https://github.com/spotify/confidence-openfeature-provider-java/issues/77)) ([3a0a4ef](https://github.com/spotify/confidence-openfeature-provider-java/commit/3a0a4ef5d26a3996c1360b4ffdbb7bd0a8b91720))


### 🧹 Chore

* **main:** release 0.0.7-SNAPSHOT ([#75](https://github.com/spotify/confidence-openfeature-provider-java/issues/75)) ([d9d8f5c](https://github.com/spotify/confidence-openfeature-provider-java/commit/d9d8f5cf202f963490368395ae2dbac9036b2e13))

## [0.0.6](https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.5...v0.0.6) (2024-01-30)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ useful.
<dependency>
<groupId>com.spotify.confidence</groupId>
<artifactId>openfeature-provider</artifactId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
</dependency>
```
<!---x-release-please-end-->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<groupId>com.spotify.confidence</groupId>
<artifactId>openfeature-provider</artifactId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>

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

0 comments on commit 7005c78

Please sign in to comment.