Skip to content

Commit 42162c1

Browse files
chore(main): release 0.0.2 (#46)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ff92968 commit 42162c1

File tree

3 files changed

+22
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [0.0.2](https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.1...v0.0.2) (2023-09-29)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* attach sources to deployment ([#51](https://github.com/spotify/confidence-openfeature-provider-java/issues/51)) ([d8b07f3](https://github.com/spotify/confidence-openfeature-provider-java/commit/d8b07f3a79c58b1ec2df341c513a5579973a9267))
9+
* Testing fixes and package renaming ([#45](https://github.com/spotify/confidence-openfeature-provider-java/issues/45)) ([f143c4a](https://github.com/spotify/confidence-openfeature-provider-java/commit/f143c4af59a1eb244ab5a8774ac37a40b28d1f47))
10+
11+
12+
### 🧹 Chore
13+
14+
* **main:** release 0.0.2-SNAPSHOT ([#43](https://github.com/spotify/confidence-openfeature-provider-java/issues/43)) ([77be02a](https://github.com/spotify/confidence-openfeature-provider-java/commit/77be02a10f556defb6b1cba5d55b5e971c710123))
15+
16+
17+
### 📚 Documentation
18+
19+
* Add metadata to pom ([#52](https://github.com/spotify/confidence-openfeature-provider-java/issues/52)) ([037ba8d](https://github.com/spotify/confidence-openfeature-provider-java/commit/037ba8dbf8beee5315be49d60d1ba502e4170f48))
20+
* Build javadocs jar ([#53](https://github.com/spotify/confidence-openfeature-provider-java/issues/53)) ([ff92968](https://github.com/spotify/confidence-openfeature-provider-java/commit/ff929688851deed478b87251c69714f7b8427212))
21+
* Note about signing on local dev ([#50](https://github.com/spotify/confidence-openfeature-provider-java/issues/50)) ([c48f962](https://github.com/spotify/confidence-openfeature-provider-java/commit/c48f962963ec4018b7776082c489a98e383a6b65))
22+
323
## 0.0.1 (2023-09-28)
424

525

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</groupId>
1717
<artifactId>confidence-openfeature-provider</artifactId>
18-
<version>0.0.2-SNAPSHOT</version>
18+
<version>0.0.2</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)