diff --git a/CHANGELOG.md b/CHANGELOG.md index ab3280b..b3e9c91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +### [0.12.1] - 2024-12-10 + ### Added - Wallet address contract invocation input validation for payable contracts. diff --git a/cdp/__version__.py b/cdp/__version__.py index ea370a8..def467e 100644 --- a/cdp/__version__.py +++ b/cdp/__version__.py @@ -1 +1 @@ -__version__ = "0.12.0" +__version__ = "0.12.1" diff --git a/docs/conf.py b/docs/conf.py index 7810aa2..c74417a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ project = 'CDP SDK' author = 'Coinbase Developer Platform' -release = '0.12.0' +release = '0.12.1' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 920d26e..0867de4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cdp-sdk" -version = "0.12.0" +version = "0.12.1" description = "CDP Python SDK" authors = ["John Peterson "] license = "LICENSE.md" @@ -66,4 +66,4 @@ testpaths = [ ] [tool.coverage.run] -omit = ["cdp/client/*"] \ No newline at end of file +omit = ["cdp/client/*"]