From 6453865dfa094bffa67a30c3791ad6b95e135e62 Mon Sep 17 00:00:00 2001 From: gabaldon Date: Fri, 5 Apr 2024 13:53:00 +0200 Subject: [PATCH] chore: bump 0.4.3 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0663dff..f7abbd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.4.3 +- S ValueTransferInfo timelocks +- Allows sending test transactions +- Completes updating endpoints to use new explorer version + ## 0.4.2 - Add method to fetch api version diff --git a/pubspec.yaml b/pubspec.yaml index fd0d9bf..ee8eeaf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ description: A library to interface with the Witnet Protocol. - communicate with a rust node or wallet server - communicate with the explorer -version: 0.4.2 +version: 0.4.3 homepage: https://github.com/witnet/witnet.dart repository: https://github.com/witnet/witnet.dart