Skip to content
Merged
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
Expand Up @@ -15,6 +15,6 @@
"tools/flagd-http-connector": "0.0.4",
"tools/flagd-api": "1.0.0",
"tools/flagd-api-testkit": "0.2.1",
"tools/flagd-core": "0.2.0",
"tools/flagd-core": "1.0.0",
".": "1.0.0"
}
7 changes: 7 additions & 0 deletions tools/flagd-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.tools.flagdcore-v0.2.0...dev.openfeature.contrib.tools.flagdcore-v1.0.0) (2026-04-02)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The changelog entry for version 1.0.0 is missing a descriptive header or summary line before the 'New Features' section, which is inconsistent with the format used for previous versions.



### ✨ New Features

* 1.0 flagd core transitive deps ([#1758](https://github.com/open-feature/java-sdk-contrib/issues/1758)) ([f81f2a9](https://github.com/open-feature/java-sdk-contrib/commit/f81f2a9ec8cd5e52fe7a2efd8b86466f2fc2c99b))

## [0.2.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.tools.flagdcore-v0.1.0...dev.openfeature.contrib.tools.flagdcore-v0.2.0) (2026-04-01)


Expand Down
2 changes: 1 addition & 1 deletion tools/flagd-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ProviderEvaluation<Boolean> result = core.resolveBooleanValue("myBoolFlag", eval
<dependency>
<groupId>dev.openfeature.contrib.tools</groupId>
<artifactId>flagd-core</artifactId>
<version>0.2.0</version> <!--x-release-please-version -->
<version>1.0.0</version> <!--x-release-please-version -->
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion tools/flagd-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>dev.openfeature.contrib.tools</groupId>
<artifactId>flagd-core</artifactId>
<version>0.2.0</version> <!--x-release-please-version -->
<version>1.0.0</version> <!--x-release-please-version -->

<properties>
<module-name>${groupId}.flagdcore</module-name>
Expand Down
2 changes: 1 addition & 1 deletion tools/flagd-core/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
1.0.0
Loading