diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e70700..a574523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.6.0 +- Add support for `MetaData` in `VTTransaction` + ## 0.5.0 - Add `stakingPriority` method diff --git a/pubspec.yaml b/pubspec.yaml index e0589c1..265bf54 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.5.0 +version: 0.6.0 homepage: https://github.com/witnet/witnet.dart repository: https://github.com/witnet/witnet.dart @@ -31,4 +31,5 @@ dependencies: fixnum: ^1.1.0 recase: ^4.1.0 dotenv: ^4.2.0 + convert: ^3.1.2