Skip to content

Commit d496f5d

Browse files
chore(main): release dev.openfeature.contrib.tools.flagdapitestkit 1.0.0
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent 20e7181 commit d496f5d

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
"tools/flagd-http-connector": "0.0.4",
1616
"tools/flagd-api": "0.1.0",
1717
"tools/flagd-core": "0.1.0",
18-
".": "1.0.0"
18+
".": "1.0.0",
19+
"tools/flagd-api-testkit": "1.0.0"
1920
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# Changelog
22

3+
## 1.0.0 (2026-03-18)
4+
5+
6+
### ✨ New Features
7+
8+
* add flagd-api-testkit module ([#1742](https://github.com/open-feature/java-sdk-contrib/issues/1742)) ([20e7181](https://github.com/open-feature/java-sdk-contrib/commit/20e71814c5d007a25ffe0fc2cf3f8ebe442e1eb1))
9+
310
## [0.1.0] - Initial release

tools/flagd-api-testkit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>dev.openfeature.contrib.tools</groupId>
1212
<artifactId>flagd-api-testkit</artifactId>
13-
<version>0.1.0</version> <!--x-release-please-version -->
13+
<version>1.0.0</version> <!--x-release-please-version -->
1414

1515
<properties>
1616
<module-name>${groupId}.flagdapitestkit</module-name>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
1.0.0

0 commit comments

Comments
 (0)