Skip to content

Commit

Permalink
Prepare v0.10.0 release
Browse files Browse the repository at this point in the history
This prepares v0.10.0 release by bumping the version and updating
the Changelog.
  • Loading branch information
alex-stone committed Oct 31, 2024
1 parent 9c66470 commit 605dfb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/coinbase/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Coinbase
VERSION = '0.7.0'
VERSION = '0.10.0'
end

0 comments on commit 605dfb2

Please sign in to comment.