diff --git a/CHANGELOG.md b/CHANGELOG.md index ff56d863..c00013e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -### Added +## [0.10.0] - 2024-10-31 - Include ERC20 and ERC721 token transfer information into transaction content. - Add support for reading from smart contracts. +## [0.9.0] - Skipped + +## [0.8.0] - Skipped + ## [0.7.0] - 2024-09-26 ### Added diff --git a/lib/coinbase/version.rb b/lib/coinbase/version.rb index 634cbe60..a13b70a5 100644 --- a/lib/coinbase/version.rb +++ b/lib/coinbase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Coinbase - VERSION = '0.7.0' + VERSION = '0.10.0' end