Skip to content

Commit a254ef3

Browse files
chore(main): release 3.4.0
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent eaec4d9 commit a254ef3

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.3.0"
2+
".": "3.4.0"
33
}

CHANGELOG.md

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

3+
## [3.4.0](https://github.com/open-feature/flagd-testbed/compare/v3.3.0...v3.4.0) (2026-03-30)
4+
5+
6+
### ✨ New Features
7+
8+
* add fractional as condition flag ([#354](https://github.com/open-feature/flagd-testbed/issues/354)) ([fdfac67](https://github.com/open-feature/flagd-testbed/commit/fdfac677c55d2e4b7d4a9551902c43f4bc372393))
9+
* **fractional:** mirror nested fractional scenarios to evaluator gherkin suite ([#357](https://github.com/open-feature/flagd-testbed/issues/357)) ([eaec4d9](https://github.com/open-feature/flagd-testbed/commit/eaec4d928326f609ad233d492b0674c722baf743))
10+
311
## [3.3.0](https://github.com/open-feature/flagd-testbed/compare/v3.2.0...v3.3.0) (2026-03-20)
412

513

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.8'
22

33
services:
44
flagd:
5-
image: ${IMAGE:-ghcr.io/open-feature/flagd-testbed}:${VERSION:-v3.3.0} # x-release-please-version
5+
image: ${IMAGE:-ghcr.io/open-feature/flagd-testbed}:${VERSION:-v3.4.0} # x-release-please-version
66
ports:
77
- 8013
88
- 8014

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0
1+
3.4.0

0 commit comments

Comments
 (0)