diff --git a/CHANGELOG.md b/CHANGELOG.md index 20a2faa..91eab51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ -## 0.0.1 +## [1.0.0] - 22-12-2023 + +- first public release 🎊 + - fully documented code + - with examples of use in the `example/lib` folder + - code is covered by tests (with a coverage percentage >80%) + - prepared readme.md with architecture overview + ## [0.0.1] - 04-11-2022 - 🍕 How about some pizza, pub.dev? diff --git a/pubspec.yaml b/pubspec.yaml index 16c277e..514287b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,6 +10,7 @@ homepage: https://t.me/+AkGV73kZi_Q1YTMy repository: https://github.com/PackRuble/cardoteka issue_tracker: https://github.com/PackRuble/cardoteka/issues +version: 1.0.0 environment: sdk: '>=2.17.0 <4.0.0'