Skip to content

Commit e23105d

Browse files
chore(release): v0.1.95-rc.2 [skip ci]
1 parent bc0f7c7 commit e23105d

6 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66

77
<!-- changelog:entries -->
88

9+
## [0.1.95-rc.2] - 2026-06-27
10+
11+
12+
### Fixed
13+
14+
- Fix(security): Enforce fail-closed for empty admin token (#425) (#691) (bc0f7c7)
15+
916
## [0.1.95-rc.1] - 2026-06-25
1017

1118

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.95-rc.1
1+
0.1.95-rc.2

control-plane/internal/templates/go/go.mod.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module {{.GoModule}}
22

33
go 1.23
44

5-
require github.com/Agent-Field/agentfield/sdk/go v0.1.95-rc.1
5+
require github.com/Agent-Field/agentfield/sdk/go v0.1.95-rc.2

sdk/python/agentfield/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,4 @@
177177
"reasoner",
178178
]
179179

180-
__version__ = "0.1.95-rc.1"
180+
__version__ = "0.1.95-rc.2"

sdk/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/typescript/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)