From 7999ad9c756ff931922b6c8d7a3cd478b3227f82 Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Thu, 17 Jun 2021 14:21:18 -0500 Subject: [PATCH] chore(release): v0.1.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7fef403 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ + +## [Unreleased] + + + +## v0.1.0 - 2021-06-17 +### Chore +- clean up main and reorg the commands + - **docs:** updating docs for version v0.1.0 + - **docs:** updated README + + ### Ci +- add all automation configuration + + ### Features +- **sm:** add initial actions for AWS secrets manager + + +[Unreleased]: https://github.com/clok/sm/compare/v0.1.0...HEAD