Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"flagd-provider":"0.1.0","open-telemetry-hook":"0.1.0"}
{"flagd-provider":"1.0.0","open-telemetry-hook":"1.0.0"}
9 changes: 9 additions & 0 deletions flagd-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.0.0 (2022-08-16)


### Bug Fixes

* remove snapshots ([#5](https://github.com/open-feature/java-sdk-contrib/issues/5)) ([c9d937b](https://github.com/open-feature/java-sdk-contrib/commit/c9d937b07febf26c5bd059ff258c2ee1cecadcd1))
* update javadoc ([#13](https://github.com/open-feature/java-sdk-contrib/issues/13)) ([a28a14a](https://github.com/open-feature/java-sdk-contrib/commit/a28a14a48e2fdfc800eb45efbae09411cef6697e))
* update javadoc ([#17](https://github.com/open-feature/java-sdk-contrib/issues/17)) ([88d24cf](https://github.com/open-feature/java-sdk-contrib/commit/88d24cf48dcf6defd28ed0a7df466324e788ba9c))

## 0.1.0 (2022-08-15)


Expand Down
2 changes: 1 addition & 1 deletion flagd-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>dev.openfeature.providers</groupId>
<artifactId>flagd</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>1.0.0</version>

<name>flagd</name>
<description>FlagD provider for Java</description>
Expand Down
12 changes: 12 additions & 0 deletions open-telemetry-hook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.0.0 (2022-08-16)


### Bug Fixes

* improve javadoc ([#8](https://github.com/open-feature/java-sdk-contrib/issues/8)) ([fb319c3](https://github.com/open-feature/java-sdk-contrib/commit/fb319c3ce691d63741f920becc5a114961b6b4dc))
* javadoc ([#1](https://github.com/open-feature/java-sdk-contrib/issues/1)) ([637e3b4](https://github.com/open-feature/java-sdk-contrib/commit/637e3b41b3b73aa11b7ea51b555d6952b51eb60e))
* remove snapshots ([#5](https://github.com/open-feature/java-sdk-contrib/issues/5)) ([c9d937b](https://github.com/open-feature/java-sdk-contrib/commit/c9d937b07febf26c5bd059ff258c2ee1cecadcd1))
* test ([#11](https://github.com/open-feature/java-sdk-contrib/issues/11)) ([6632752](https://github.com/open-feature/java-sdk-contrib/commit/66327523aa09c479a2fa16eda440d681338d5672))
* update javadoc ([#13](https://github.com/open-feature/java-sdk-contrib/issues/13)) ([a28a14a](https://github.com/open-feature/java-sdk-contrib/commit/a28a14a48e2fdfc800eb45efbae09411cef6697e))
* update javadoc ([#17](https://github.com/open-feature/java-sdk-contrib/issues/17)) ([88d24cf](https://github.com/open-feature/java-sdk-contrib/commit/88d24cf48dcf6defd28ed0a7df466324e788ba9c))

## 0.1.0 (2022-08-15)


Expand Down
2 changes: 1 addition & 1 deletion open-telemetry-hook/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>dev.openfeature.hooks</groupId>
<artifactId>otel</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>1.0.0</version>

<name>open-telemetry-hook</name>
<description>Open Telemetry Hook</description>
Expand Down
8 changes: 5 additions & 3 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{
"bootstrap-sha": "637e3b41b3b73aa11b7ea51b555d6952b51eb60e",
"bootstrap-sha": "5b1c87955b5d66b993f943161b72b30c398c1537",
"packages": {
"flagd-provider": {
"release-type": "maven",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"versioning": "default"
"versioning": "default",
"prerelease": true
},
"open-telemetry-hook": {
"release-type": "maven",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"versioning": "default"
"versioning": "default",
"prerelease": true
}
}
}