Skip to content

Commit

Permalink
chore: Prep v0.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-stone committed Nov 27, 2024
1 parent 02af634 commit 6d0b8f9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

## Unreleased

### [0.11.0] - 2024-11-27

### Fixed
- Fix bug in `Asset.from_model` where passed in asset ID was not used when creating a gwei or wei asset.

### Added

- Add `FundOperation` and `FundQuote` classes to support wallet funding.
- Add support for funding wallets (Alpha feature release)
- Must reach out to CDP SDK Discord channel to be considered for this feature.

## [0.10.3] - 2024-11-07

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.10.3"
__version__ = "0.11.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.10.3'
release = '0.11.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 @@
[project]
name = "cdp-sdk"
version = "0.10.3"
version = "0.11.0"
description = "CDP Python SDK"
readme = "README.md"
authors = [{name = "John Peterson", email = "john.peterson@coinbase.com"}]
Expand Down

0 comments on commit 6d0b8f9

Please sign in to comment.