Skip to content

Commit 2964ac9

Browse files
chore(release): client v0.65.1
1 parent 64c1538 commit 2964ac9

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

docs/CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.65.1 (2026-05-15)
6+
7+
### Bug Fixes
8+
9+
- **client**: Document 412 PreconditionFailedError on DELETE endpoints
10+
([`f08bf15`](https://github.com/dougborg/katana-openapi-client/commit/f08bf1573a980333720e9fcd2e031d8b28a6f4a9))
11+
12+
- **client**: Surface undocumented-status response bodies in APIError
13+
([`88589e8`](https://github.com/dougborg/katana-openapi-client/commit/88589e813c18fd3fe98ebe896c60b584788608a8))
14+
15+
### Chores
16+
17+
- **mcp**: Update client dependency to v0.65.0
18+
([`3a319ba`](https://github.com/dougborg/katana-openapi-client/commit/3a319badd6390f524d0e6076437a518be843b805))
19+
20+
### Documentation
21+
22+
- Note Katana /sales_returns sales_order_id filter is ignored upstream
23+
([`64c1538`](https://github.com/dougborg/katana-openapi-client/commit/64c1538efb1258518f7bde52052979762294d4ed))
24+
525
## v0.65.0 (2026-05-15)
626

727
### Chores

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "katana-openapi-client"
3-
version = "0.65.0"
3+
version = "0.65.1"
44
description = "A modern, pythonic Katana Manufacturing ERP API client with automatic retries, rate limiting, and smart pagination"
55
authors = [
66
{name = "Doug Borg", email = "dougborg@dougborg.org"},

0 commit comments

Comments
 (0)