Skip to content

Commit 854e801

Browse files
chore(main): release 3.1.1 (#349)
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent f51f628 commit 854e801

4 files changed

Lines changed: 15 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.1.0"
2+
".": "3.1.1"
33
}

CHANGELOG.md

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

3+
## [3.1.1](https://github.com/open-feature/flagd-testbed/compare/v3.1.0...v3.1.1) (2026-03-18)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **evaluator:** add @fractional-v1/[@fractional-v2](https://github.com/fractional-v2) tagged examples to fractional scenarios ([#350](https://github.com/open-feature/flagd-testbed/issues/350)) ([f51f628](https://github.com/open-feature/flagd-testbed/commit/f51f6285c638700cb3bfac505a894a5aa2e19708))
9+
10+
11+
### 📚 Documentation
12+
13+
* add agents.md with repository guidance for AI agents ([#347](https://github.com/open-feature/flagd-testbed/issues/347)) ([a18ff40](https://github.com/open-feature/flagd-testbed/commit/a18ff40f0b5f09468e665ed2e4294480758ffdd5))
14+
315
## [3.1.0](https://github.com/open-feature/flagd-testbed/compare/v3.0.1...v3.1.0) (2026-03-18)
416

517

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.1.0} # x-release-please-version
5+
image: ${IMAGE:-ghcr.io/open-feature/flagd-testbed}:${VERSION:-v3.1.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.1.0
1+
3.1.1

0 commit comments

Comments
 (0)