diff --git a/CHANGELOG.md b/CHANGELOG.md index 10f5b33..24e41c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,67 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2023-07-29 + +### Changes + +--- + +Packages with breaking changes: + + - [`nekoton_repository` - `v0.9.0`](#nekoton_repository---v090) + +Packages with other changes: + + - There are no other changes in this release. + +--- + +#### `nekoton_repository` - `v0.9.0` + + - **FIX**: deleting pending transaction (#28). + - **FIX**: change interface to pure class (#26). + - **FIX**: update props for seed (#12). + - **FEAT**: update token wallet (#39). + - **FEAT**: add logging subscriptions (#37). + - **FEAT**: add local custodians getter (#35). + - **FEAT**: replace Fixed to BigInt (#34). + - **FEAT**: add cancellable operation (#32). + - **FEAT**: add registering currency after transport update (#30). + - **FEAT**: add transactions mapping (#24). + - **FEAT**: add TokenWalletRepository (#23). + - **FEAT**: add TonWalletRepository (#22). + - **FEAT**: use flutter templates repository (#21). + - **FEAT**: clear nekoton directly (#15). + - **FEAT**: add rename method to Seed (#10). + - **FEAT**: add seed names to Seed instance (#7). + - **FEAT**: seed detail (#4). + - **BREAKING** **REFACTOR**: add PublicKey and Address dataclasses (#14). + +## 0.9.0 + +> Note: This release has breaking changes. + + - **FIX**: deleting pending transaction (#28). + - **FIX**: change interface to pure class (#26). + - **FIX**: update props for seed (#12). + - **FEAT**: update token wallet (#39). + - **FEAT**: add logging subscriptions (#37). + - **FEAT**: add local custodians getter (#35). + - **FEAT**: replace Fixed to BigInt (#34). + - **FEAT**: add cancellable operation (#32). + - **FEAT**: add registering currency after transport update (#30). + - **FEAT**: add transactions mapping (#24). + - **FEAT**: add TokenWalletRepository (#23). + - **FEAT**: add TonWalletRepository (#22). + - **FEAT**: use flutter templates repository (#21). + - **FEAT**: clear nekoton directly (#15). + - **FEAT**: add rename method to Seed (#10). + - **FEAT**: add seed names to Seed instance (#7). + - **FEAT**: seed detail (#4). + - **BREAKING** **REFACTOR**: add PublicKey and Address dataclasses (#14). + + ## 2023-07-28 ### Changes diff --git a/pubspec.yaml b/pubspec.yaml index 9375af7..541d545 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: nekoton_repository description: Nekoton repository package -version: 0.8.0 +version: 0.9.0 repository: https://github.com/broxus/nekoton_repository environment: