From 34cda604570b61539cdd951923829172f299f684 Mon Sep 17 00:00:00 2001 From: clarinette9 Date: Tue, 7 Dec 2021 17:18:11 +0800 Subject: [PATCH] add changelog for v0.0.2 Signed-off-by: clarinette9 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..51bb55c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ + + +# 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 +- adjust auth header format to enhance authentication and authorization + + +## [v0.0.1] - 2021-10-19 + +### Added +- Initial released version + +[v0.0.2]: https://github.com/bfenetworks/conf-agent/compare/v0.0.1...v0.0.2 +[v0.0.1]: https://github.com/bfenetworks/conf-agent/releases/tag/v0.0.1