diff --git a/CHANGELOG.md b/CHANGELOG.md index ae685bbd..6c7a1dee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/coinbase/version.rb b/lib/coinbase/version.rb index 7c756c93..b9e72b0c 100644 --- a/lib/coinbase/version.rb +++ b/lib/coinbase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Coinbase - VERSION = '0.11.0' + VERSION = '0.13.0' end