diff --git a/CHANGELOG.md b/CHANGELOG.md index 67897699..472ab14f 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.5] - 2023-12-06 + ### Added - 留言板支持多行选择 @@ -473,7 +475,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.9.4...HEAD +[Unreleased]: https://github.com/he0119/smart-home-flutter/compare/v0.9.5...HEAD +[0.9.5]: https://github.com/he0119/smart-home-flutter/compare/v0.9.4...v0.9.5 [0.9.4]: https://github.com/he0119/smart-home-flutter/compare/v0.9.3...v0.9.4 [0.9.3]: https://github.com/he0119/smart-home-flutter/compare/v0.9.2...v0.9.3 [0.9.2]: https://github.com/he0119/smart-home-flutter/compare/v0.9.1...v0.9.2 diff --git a/pubspec.yaml b/pubspec.yaml index 5e41e633..4d3b4c3a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: smarthome description: 智慧家庭 -version: 0.9.4+8 +version: 0.9.5+8 homepage: https://github.com/he0119/smart-home-flutter publish_to: "none"