diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..be345c9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 2023-06-27 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`nekoton_repository` - `v0.1.1-dev.0`](#nekoton_repository---v011-dev0) + +--- + +#### `nekoton_repository` - `v0.1.1-dev.0` + + - **FEAT**: seed detail (#4). + +## 0.1.1-dev.0 + + - **FEAT**: seed detail (#4). + diff --git a/pubspec.yaml b/pubspec.yaml index 056f46a..2753012 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: nekoton_repository description: Nekoton repository package -version: 0.1.0+1 +version: 0.1.1-dev.0 repository: https://github.com/broxus/nekoton_repository publish_to: none