Skip to content

Commit

Permalink
chore: bump version to v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRAG committed Jan 14, 2025
1 parent e59a897 commit 2502602
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# CDP Python SDK Changelog

## Unreleased
## [0.14.0] - 2025-01-14

### Added
- Add `Webhook.delete_webhook` instance method to delete a webhook instance.
- Add `skip_batching` option to `Wallet.transfer` to allow for lower latency gasless transfers.
- Add `ExternalAddress` derived `Address` class.

### Deprecated
- Deprecate `Webhook.delete` static method in `Webhook` which deletes a webhook by its ID.
Expand Down
2 changes: 1 addition & 1 deletion cdp/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.12.1"
__version__ = "0.14.0"
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

project = 'CDP SDK'
author = 'Coinbase Developer Platform'
release = '0.12.1'
release = '0.14.0'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cdp-sdk"
version = "0.13.0"
version = "0.14.0"
description = "CDP Python SDK"
authors = ["John Peterson <john.peterson@coinbase.com>"]
license = "LICENSE.md"
Expand Down

0 comments on commit 2502602

Please sign in to comment.