From 3de8830e509cb97411367a153494e524573903f4 Mon Sep 17 00:00:00 2001 From: gregorydemay <112856886+gregorydemay@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:29:06 +0200 Subject: [PATCH] chore: release v2.2.0 (#315) --- CHANGELOG.md | 2 +- Cargo.lock | 4 ++-- Cargo.toml | 2 +- evm_rpc_types/CHANGELOG.md | 2 +- evm_rpc_types/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c56940ef..ecfe963a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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] +## [2.2.0] - 2024-10-17 ### Added diff --git a/Cargo.lock b/Cargo.lock index e91e4713..3f3c3d8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -709,7 +709,7 @@ dependencies = [ [[package]] name = "evm_rpc" -version = "2.1.0" +version = "2.2.0" dependencies = [ "assert_matches", "candid", @@ -752,7 +752,7 @@ dependencies = [ [[package]] name = "evm_rpc_types" -version = "1.1.0" +version = "1.2.0" dependencies = [ "candid", "hex", diff --git a/Cargo.toml b/Cargo.toml index d69b3a77..757b5074 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evm_rpc" -version = "2.1.0" +version = "2.2.0" description = "Interact with EVM blockchains from the Internet Computer." authors = ["DFINITY Foundation"] readme = "README.md" diff --git a/evm_rpc_types/CHANGELOG.md b/evm_rpc_types/CHANGELOG.md index f2a02cea..387fed3d 100644 --- a/evm_rpc_types/CHANGELOG.md +++ b/evm_rpc_types/CHANGELOG.md @@ -5,7 +5,7 @@ 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] +## [1.2.0] - 2024-10-17 ### Added diff --git a/evm_rpc_types/Cargo.toml b/evm_rpc_types/Cargo.toml index 805e0285..b1d732ac 100644 --- a/evm_rpc_types/Cargo.toml +++ b/evm_rpc_types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evm_rpc_types" -version = "1.1.0" +version = "1.2.0" description = "Candid types for interacting with the EVM RPC canister" license = "Apache-2.0" readme = "README.md"