Skip to content

Commit 484bb75

Browse files
chore(main): release dev.openfeature.contrib.tools.flagdapitestkit 0.1.1
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent 8f6b6c2 commit 484bb75

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"tools/junit-openfeature": "0.2.1",
1515
"tools/flagd-http-connector": "0.0.4",
1616
"tools/flagd-api": "0.1.0",
17-
"tools/flagd-api-testkit": "0.1.0",
17+
"tools/flagd-api-testkit": "0.1.1",
1818
"tools/flagd-core": "0.1.0",
1919
".": "1.0.0"
2020
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.tools.flagdapitestkit-v0.1.0...dev.openfeature.contrib.tools.flagdapitestkit-v0.1.1) (2026-03-31)
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>0.1.1</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+
0.1.1

0 commit comments

Comments
 (0)