Skip to content

Commit 8fb886a

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

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.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.5.0"
2+
".": "3.5.1"
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.5.1](https://github.com/open-feature/flagd-testbed/compare/v3.5.0...v3.5.1) (2026-04-09)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* add missing context step to single-entry fractional case ([#364](https://github.com/open-feature/flagd-testbed/issues/364)) ([f469a7c](https://github.com/open-feature/flagd-testbed/commit/f469a7c0c11d677142e5a30f2005812bd30c3fba))
9+
* add testcase with fractional with single entry ([#362](https://github.com/open-feature/flagd-testbed/issues/362)) ([13e1e5b](https://github.com/open-feature/flagd-testbed/commit/13e1e5b7afe6baf121883abdb4c8081a94537eb2))
10+
311
## [3.5.0](https://github.com/open-feature/flagd-testbed/compare/v3.4.0...v3.5.0) (2026-04-01)
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.5.0} # x-release-please-version
5+
image: ${IMAGE:-ghcr.io/open-feature/flagd-testbed}:${VERSION:-v3.5.1} # 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.5.0
1+
3.5.1

0 commit comments

Comments
 (0)