diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c9eb965..62f070f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ ## [Unreleased] +## [0.6.0] - 2020-12-25 + +### Added + +- 添加路由支持,网页版现在可以通过 URL 导航 +- 完善留言板 +- 添加回收站与耗材管理 + +### Changed + +- 使用 relay 格式 + ### Fixed - 修复物品管理中错误提示显示两次的问题 @@ -224,8 +236,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 利用 Flutter 编写的第一个可用的智慧家庭客户端 -[Unreleased]: https://github.com/he0119/smart-home-flutter/compare/v0.5.11...HEAD +[Unreleased]: https://github.com/he0119/smart-home-flutter/compare/v0.6.0...HEAD +[0.6.0]: https://github.com/he0119/smart-home-flutter/compare/v0.5.11...v0.6.0 [0.5.11]: https://github.com/he0119/smart-home-flutter/compare/v0.5.10...v0.5.11 [0.5.10]: https://github.com/he0119/smart-home-flutter/compare/v0.5.9...v0.5.10 [0.5.9]: https://github.com/he0119/smart-home-flutter/compare/v0.5.8...v0.5.9 diff --git a/pubspec.yaml b/pubspec.yaml index 70c12321..1453c585 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: smart_home description: 智慧家庭 -version: 0.5.11+3 +version: 0.6.0+4 homepage: https://github.com/he0119/smart-home-flutter publish_to: none