Skip to content

Commit eff6ec7

Browse files
chore(main): release 0.5.0 (#898)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e725781 commit eff6ec7

3 files changed

Lines changed: 29 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-
".": "0.4.1"
2+
".": "0.5.0"
33
}

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,33 @@ 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+
## [0.5.0](https://github.com/adcontextprotocol/salesagent/compare/v0.4.1...v0.5.0) (2026-01-01)
9+
10+
11+
### Features
12+
13+
* Add dynamic per-tenant OIDC/SSO authentication ([#903](https://github.com/adcontextprotocol/salesagent/issues/903)) ([ed05a41](https://github.com/adcontextprotocol/salesagent/commit/ed05a4131ea4fffa212ab1e72a243650d0a493b5))
14+
* Add format template picker UI for AdCP 2.5 parameterized formats ([#782](https://github.com/adcontextprotocol/salesagent/issues/782)) ([#882](https://github.com/adcontextprotocol/salesagent/issues/882)) ([532657e](https://github.com/adcontextprotocol/salesagent/commit/532657ec6b796f12d40a2c41860b67bc4c0fca62))
15+
* Add vidium MCP server to local configuration ([#904](https://github.com/adcontextprotocol/salesagent/issues/904)) ([ebcfdd1](https://github.com/adcontextprotocol/salesagent/commit/ebcfdd134afd1e752c43248454203792409d4092))
16+
* Convert advertising channel from single to multi-select ([#897](https://github.com/adcontextprotocol/salesagent/issues/897)) ([a1aa8e4](https://github.com/adcontextprotocol/salesagent/commit/a1aa8e42489726f610986d7b1822fe6cd4596968))
17+
* Display sales agent version in agent card ([#902](https://github.com/adcontextprotocol/salesagent/issues/902)) ([663702b](https://github.com/adcontextprotocol/salesagent/commit/663702b3095e1b860b9bb20bf569148c993b0f35))
18+
* Implement AI product ranking with simplified catalog ([#906](https://github.com/adcontextprotocol/salesagent/issues/906)) ([d59e76b](https://github.com/adcontextprotocol/salesagent/commit/d59e76b5f04cdf820118a84f41131e174fa0efda))
19+
* Simplify user authorization with User records as primary auth method ([#907](https://github.com/adcontextprotocol/salesagent/issues/907)) ([504b489](https://github.com/adcontextprotocol/salesagent/commit/504b4897167cce98b05517787904cb3ffeeeaf12))
20+
21+
22+
### Bug Fixes
23+
24+
* Simplify Docker Compose setup to fix mount errors ([#910](https://github.com/adcontextprotocol/salesagent/issues/910)) ([723b0b2](https://github.com/adcontextprotocol/salesagent/commit/723b0b2858a27cdd4747be733f2442ac6f7f08de))
25+
* Single-tenant deployment and SSO configuration ([#908](https://github.com/adcontextprotocol/salesagent/issues/908)) ([e725781](https://github.com/adcontextprotocol/salesagent/commit/e7257818aa041577f328b1426384fc05df45f96e))
26+
* src.core.format_spec_cache undefined ([#901](https://github.com/adcontextprotocol/salesagent/issues/901)) ([e3e701c](https://github.com/adcontextprotocol/salesagent/commit/e3e701c69339402802dd3e5741495047083a41cf))
27+
* Update docs links and fix alembic migrations ([#911](https://github.com/adcontextprotocol/salesagent/issues/911)) ([e498a43](https://github.com/adcontextprotocol/salesagent/commit/e498a43139e243bfed91c5fb599ad8f59bd2be69))
28+
* Use pull_request_target for PR title check on fork PRs ([#909](https://github.com/adcontextprotocol/salesagent/issues/909)) ([bb9817d](https://github.com/adcontextprotocol/salesagent/commit/bb9817dcdb95d890d79f364b40cff8cf395b3db9))
29+
30+
31+
### Documentation
32+
33+
* Clarify SUPER_ADMIN_EMAILS is optional with per-tenant OIDC ([#905](https://github.com/adcontextprotocol/salesagent/issues/905)) ([399b255](https://github.com/adcontextprotocol/salesagent/commit/399b2550dec405a42b9c41f5491b7e9cb67a952d))
34+
835
## [0.4.1](https://github.com/adcontextprotocol/salesagent/compare/v0.4.0...v0.4.1) (2025-12-29)
936

1037

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 = "0.4.1"
3+
version = "0.5.0"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)