Skip to content

Commit 7e06bd3

Browse files
chore(release): client v0.45.0
1 parent 599880f commit 7e06bd3

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

docs/CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.45.0 (2026-02-11)
6+
7+
### Bug Fixes
8+
9+
- **client**: Preserve array query params across paginated requests
10+
([#272](https://github.com/dougborg/katana-openapi-client/pull/272),
11+
[`599880f`](https://github.com/dougborg/katana-openapi-client/commit/599880f981579ec5891e18783ba37930f5bdb48d))
12+
13+
### Chores
14+
15+
- **release**: Mcp v0.30.0
16+
([`d17976b`](https://github.com/dougborg/katana-openapi-client/commit/d17976bccd35e4470f40521851b2db05cd8776f1))
17+
18+
### Features
19+
20+
- **mcp**: Update client dependency to v0.44.6
21+
([`e4559a3`](https://github.com/dougborg/katana-openapi-client/commit/e4559a3c23de1105c170e0c788a82ba3347225d8))
22+
523
## v0.44.6 (2026-02-09)
624

725
### Bug Fixes

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.44.6"
3+
version = "0.45.0"
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)