diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..76e40ad --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ + + +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + + +## [v0.0.2] - 2021-12-07 + +### Changed +- enhance authentication and authorization + +### Fixed + +- Fix incorrect default timeout value for cluster config (Issue #5 and #7) + + +## [v0.0.1] - 2021-10-19 + +### Added +- Initial released version + +[v0.0.2]: https://github.com/bfenetworks/dashboard/compare/v0.0.1...v0.0.2 +[v0.0.1]: https://github.com/bfenetworks/dashboard/releases/tag/v0.0.1