From b8385cc4014b4e5c220c334787fbd4b523f09412 Mon Sep 17 00:00:00 2001 From: Riccardo Montagnin Date: Wed, 17 May 2023 10:00:54 -0500 Subject: [PATCH] chore: release 0.41.4+1 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71bfa27b..e4a0ae4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## Version 0.41.4+1 +- Added support for GrcpWeb inside the `AuthQuerier` and `NodeQuerier` + ## Version 0.41.3+1 - Added `Wallet.import` method to import an existing wallet given a private key (thanks to @wenchaosong) - Added support for GrpcWeb, allowing this library to be compatible with the Dart Web platform (thanks to @levischechter) diff --git a/pubspec.yaml b/pubspec.yaml index ae4705d4..1d856923 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: alan description: Pure Dart library to easily integrate with any Cosmos-based chain. -version: 0.41.3+1 +version: 0.41.4+1 homepage: https://github.com/alan-sdk/alan.dart environment: sdk: ">=2.12.0 <3.0.0"