Skip to content

Commit

Permalink
chore: update CHANGELOG and bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ez3kiel-dev committed Aug 20, 2024
1 parent e05a25c commit 19cf20e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.20.0

Daemon API upgrade :

- new makeIntegratedAddress RPC method.
- add StableHeightChanged event.
- fix TransactionResponse/RPCTransaction.

Wallet API upgrade :

- add asset in ListTransactionParams.

## 0.19.0

Daemon API upgrade :
Expand Down
7 changes: 5 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: xelis_dart_sdk
description: Software Development Kit in Dart to build Apps for the Xelis Blockchain.
version: 0.19.0
version: 0.20.0
repository: https://github.com/xelis-project/xelis-dart-jdk

environment:
Expand All @@ -16,8 +16,11 @@ dependencies:
very_good_analysis: ^6.0.0
web_socket_client: ^0.1.4

dependency_overrides:
web: ^1.0.0

dev_dependencies:
build_runner: ^2.4.11
build_runner: ^2.4.12
freezed: ^2.5.7
json_serializable: ^6.8.0
lints: ^4.0.0
Expand Down

0 comments on commit 19cf20e

Please sign in to comment.