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
7 changes: 7 additions & 0 deletions python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!-- towncrier release notes start -->

## [1.47.1] - 2026-06-18

### Bugfixes

- Added paymasterContext and expiresAt for UserOperation methods ([#730](https://github.com/coinbase/cdp-sdk/pull/730))


## [1.47.0] - 2026-05-28

### Features
Expand Down
2 changes: 1 addition & 1 deletion python/cdp/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.47.0"
__version__ = "1.47.1"
2 changes: 1 addition & 1 deletion python/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
project = "CDP SDK"
copyright = "2025, Coinbase Developer Documentation"
author = "Coinbase Developer Documentation"
release = "1.47.0"
release = "1.47.1"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cdp-sdk"
version = "1.47.0"
version = "1.47.1"
description = "CDP SDK"
license = {text = "MIT"}
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion python/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading