Skip to content

Commit 48fcb99

Browse files
chore(main): release 2.1.0
1 parent 39f5a79 commit 48fcb99

3 files changed

Lines changed: 27 additions & 2 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-
".": "2.0.0"
2+
".": "2.1.0"
33
}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.1.0](https://github.com/prebid/salesagent/compare/v2.0.0...v2.1.0) (2026-07-08)
9+
10+
11+
### Features
12+
13+
* 1407 list creatives concept ids ([#1493](https://github.com/prebid/salesagent/issues/1493)) ([b46d824](https://github.com/prebid/salesagent/commit/b46d8243759b1286fcca1bc12fa74896fd6e491b))
14+
* populate concept_id/concept_name from GAM order ([#1506](https://github.com/prebid/salesagent/issues/1506)) ([#1509](https://github.com/prebid/salesagent/issues/1509)) ([c30e86e](https://github.com/prebid/salesagent/commit/c30e86e42d3c5b28cbde9863a3cf8fc391d4e0d5))
15+
16+
17+
### Bug Fixes
18+
19+
* advertise only backed creative-agent capabilities (drop unbacked 'delivery') ([#1543](https://github.com/prebid/salesagent/issues/1543)) ([c0b447b](https://github.com/prebid/salesagent/commit/c0b447b6a359a2354660e66a4c35cd7d6860359a))
20+
* map ADCP exceptions to specific types in signals_agent_registry ([#1483](https://github.com/prebid/salesagent/issues/1483)) ([d441d4c](https://github.com/prebid/salesagent/commit/d441d4c3ba9c00f87c447659bd0071b462c857a9))
21+
22+
23+
### Code Refactoring
24+
25+
* **test:** drop on-disk probe in allowlist-diff self-tests ([#1541](https://github.com/prebid/salesagent/issues/1541)) ([941061d](https://github.com/prebid/salesagent/commit/941061d4c2d8aa39e237373c60a7c8b9e46551fd)), closes [#1467](https://github.com/prebid/salesagent/issues/1467)
26+
27+
28+
### Documentation
29+
30+
* correct README and CLAUDE.md accuracy and state alpha status ([#1542](https://github.com/prebid/salesagent/issues/1542)) ([6cb8567](https://github.com/prebid/salesagent/commit/6cb85676842ab0a2f615c753e92de1ec3a6419a4))
31+
* Note Code Quality path exclusion unavailable ([#1422](https://github.com/prebid/salesagent/issues/1422)) ([#1562](https://github.com/prebid/salesagent/issues/1562)) ([39f5a79](https://github.com/prebid/salesagent/commit/39f5a7956d37caa290b493983324d345908c372e))
32+
833
## [2.0.0](https://github.com/prebid/salesagent/compare/v1.7.0...v2.0.0) (2026-07-01)
934

1035

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "adcp-sales-agent"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
description = "Prebid Sales Agent — AdCP-compliant MCP/A2A/REST server for ad inventory orchestration."
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)