diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d6ef3f8..53f4ef6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ ## [Unreleased] +## [0.9.0] - 2022-10-02 + ### Added - 设置导航栏透明 @@ -416,7 +418,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 利用 Flutter 编写的第一个可用的智慧家庭客户端 -[Unreleased]: https://github.com/he0119/smart-home-flutter/compare/v0.8.5...HEAD +[Unreleased]: https://github.com/he0119/smart-home-flutter/compare/v0.9.0...HEAD +[0.9.0]: https://github.com/he0119/smart-home-flutter/compare/v0.8.5...v0.9.0 [0.8.5]: https://github.com/he0119/smart-home-flutter/compare/v0.8.4...v0.8.5 [0.8.4]: https://github.com/he0119/smart-home-flutter/compare/v0.8.3...v0.8.4 [0.8.3]: https://github.com/he0119/smart-home-flutter/compare/v0.8.2...v0.8.3 diff --git a/pubspec.yaml b/pubspec.yaml index 176441fd..64976a82 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: smarthome description: 智慧家庭 -version: 0.8.5+7 +version: 0.9.0+8 homepage: https://github.com/he0119/smart-home-flutter publish_to: 'none'