From 1316d6ec549995af2289a67a99178fcc3e3774a6 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Wed, 10 Nov 2021 12:44:50 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e66bb34c..e26412bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.3.3 + +- Fix signing legacy transactions without gas and without a client. + ## 2.3.2 - Support EIP-1559 transactions. diff --git a/pubspec.yaml b/pubspec.yaml index dcbfa18b..f09b91f3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,9 +1,9 @@ name: web3dart description: Dart library to connect to Ethereum clients. Send transactions and interact with smart contracts! -version: 2.3.2 +version: 2.3.3 homepage: https://github.com/simolus3/web3dart -environment: +environment: sdk: '>=2.12.0 <3.0.0' dependencies: