Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.2"
".": "0.9.3"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.3](https://github.com/adcontextprotocol/salesagent/compare/v0.9.2...v0.9.3) (2026-01-25)


### Bug Fixes

* Handle product.format_ids as dicts in creative validation ([#965](https://github.com/adcontextprotocol/salesagent/issues/965)) ([1c760e6](https://github.com/adcontextprotocol/salesagent/commit/1c760e68c43a975505555214c7357f570c0df572))
* ignore url not configured when use mock adapters ([#943](https://github.com/adcontextprotocol/salesagent/issues/943)) ([7f55e02](https://github.com/adcontextprotocol/salesagent/commit/7f55e021d9bc53273c55b9394a4173a81fd62e69))

## [0.9.2](https://github.com/adcontextprotocol/salesagent/compare/v0.9.1...v0.9.2) (2026-01-22)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "adcp-sales-agent"
version = "0.9.2"
version = "0.9.3"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
Expand Down