Skip to content

Commit

Permalink
chore: Prepare for release v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-stone committed Dec 19, 2024
1 parent 8bb7c70 commit 807a39b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
* Add support for fetching address reputation.
* Add `network_id` to `WalletData` so that it is saved with the seed data and surfaced via the export function
* Add support for registering, updating, and listing smart contracts that are
deployed external to CDP.
## [0.13.0] - 2024-12-19

### Added
- Add support for fetching address reputation.
- Add `network_id` to `WalletData` so that it is saved with the seed data and surfaced via the export function
- Add support for registering, updating, and listing smart contracts that are deployed external to CDP.

## [0.12.0] - Skipped

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.11.0'
VERSION = '0.13.0'
end

0 comments on commit 807a39b

Please sign in to comment.