Skip to content

Commit fbe03a0

Browse files
chore(main): release 0.0.10 (#87)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6efb1c8 commit fbe03a0

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-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.9"}
1+
{".":"0.0.10"}

CHANGELOG.md

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

3+
## [0.0.10](https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.9...v0.0.10) (2024-03-19)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* add support for mapping a OF Number to proto ([6efb1c8](https://github.com/spotify/confidence-openfeature-provider-java/commit/6efb1c82fa108965bca4e4e12eb389dd37195718))
9+
* support for mapping a OF Number to proto ([#93](https://github.com/spotify/confidence-openfeature-provider-java/issues/93)) ([6efb1c8](https://github.com/spotify/confidence-openfeature-provider-java/commit/6efb1c82fa108965bca4e4e12eb389dd37195718))
10+
11+
12+
### 🧹 Chore
13+
14+
* adjust contributors ([#74](https://github.com/spotify/confidence-openfeature-provider-java/issues/74)) ([de42245](https://github.com/spotify/confidence-openfeature-provider-java/commit/de42245992a2d35125b62e460dc5336c89532c83))
15+
* **main:** release 0.0.10-SNAPSHOT ([#86](https://github.com/spotify/confidence-openfeature-provider-java/issues/86)) ([d53f953](https://github.com/spotify/confidence-openfeature-provider-java/commit/d53f9534b0aa86a00b10ce98c4d51f0f9ce6d0e2))
16+
17+
18+
### 📚 Documentation
19+
20+
* add readme about depending on snapshots ([#84](https://github.com/spotify/confidence-openfeature-provider-java/issues/84)) ([ec2871f](https://github.com/spotify/confidence-openfeature-provider-java/commit/ec2871fb9f608d171898dad770e8aa8500e9b093))
21+
322
## [0.0.9](https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.8...v0.0.9) (2024-02-01)
423

524

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