Skip to content

Commit b374734

Browse files
chore(release): v8.1.2
1 parent e40c8e2 commit b374734

11 files changed

Lines changed: 18 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- version list -->
44

5+
## v8.1.2 (2026-06-20)
6+
7+
### Chores
8+
9+
- **ci**: Trigger 8.1.2 release ([#244](https://github.com/agentcontrol/agent-control/pull/244),
10+
[`e40c8e2`](https://github.com/agentcontrol/agent-control/commit/e40c8e24b96e5dfb4e582863ad2b28c9bf53c134))
11+
12+
513
## v8.1.1 (2026-06-20)
614

715
### Bug Fixes

engine/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-control-engine"
3-
version = "8.1.1"
3+
version = "8.1.2"
44
description = "Control execution engine for Agent Control"
55
requires-python = ">=3.12"
66
dependencies = [

evaluators/builtin/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-control-evaluators"
3-
version = "8.1.1"
3+
version = "8.1.2"
44
description = "Builtin evaluators for agent-control"
55
readme = "README.md"
66
requires-python = ">=3.12"

evaluators/contrib/budget/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-control-evaluator-budget"
3-
version = "8.1.1"
3+
version = "8.1.2"
44
description = "Budget evaluator for agent-control -- cumulative LLM cost and token tracking"
55
readme = "README.md"
66
requires-python = ">=3.12"

evaluators/contrib/cisco/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-control-evaluator-cisco"
3-
version = "8.1.1"
3+
version = "8.1.2"
44
description = "Cisco AI Defense evaluator for agent-control"
55
readme = "README.md"
66
requires-python = ">=3.12"

evaluators/contrib/galileo/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-control-evaluator-galileo"
3-
version = "8.1.1"
3+
version = "8.1.2"
44
description = "Galileo Luna evaluator for agent-control"
55
readme = "README.md"
66
requires-python = ">=3.12"

models/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-control-models"
3-
version = "8.1.1"
3+
version = "8.1.2"
44
description = "Shared data models for Agent Control server and SDK"
55
requires-python = ">=3.12"
66
dependencies = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
[project]
1111
name = "agent-control"
12-
version = "8.1.1"
12+
version = "8.1.2"
1313
description = "Agent Control - protect your AI agents with controls"
1414
requires-python = ">=3.12"
1515

sdks/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-control-sdk"
3-
version = "8.1.1"
3+
version = "8.1.2"
44
description = "Python SDK for Agent Control - protect your AI agents with controls"
55
requires-python = ">=3.12"
66
# Note: agent-control-models, agent-control-engine, and agent-control-telemetry

server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-control-server"
3-
version = "8.1.1"
3+
version = "8.1.2"
44
description = "Server for Agent Control - manage and evaluate controls for AI agents"
55
requires-python = ">=3.12"
66
# Note: agent-control-models, agent-control-engine, and agent-control-telemetry

0 commit comments

Comments
 (0)