Skip to content

Commit

Permalink
Prepare for v0.5.0 release (#186)
Browse files Browse the repository at this point in the history
### What changed? Why?


#### Qualified Impact
<!-- Please evaluate what components could be affected and what the
impact would be if there was an
error. How would this error be resolved, e.g. rollback a deploy, push a
new fix, disable a feature
flag, etc... -->
  • Loading branch information
jazz-cb authored Sep 11, 2024
1 parent 845a629 commit c22f36c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Added
## [0.5.0] - 2024-09-11

- Add support for Arbitrum-Mainnet
### Added
- Add Arbitrum-Mainnet support for Native transfers.
- Add optional arguments to allow setting amount for payable contract method invocations

## [0.4.0] - Skipped

## [0.3.0] - 2024-09-05

### 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.3.0'
VERSION = '0.5.0'
end

0 comments on commit c22f36c

Please sign in to comment.