From a91d6ec0216eea8a918382d1da798a4168ec5942 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Thu, 15 Jul 2021 19:25:24 +0000 Subject: [PATCH] chore(release): v0.2.0 --- CHANGELOG.md | 13 ++++++++++++- meta.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59fcb71..04ce08c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ -# 0.1.0 (2021-07-11) +# [0.2.0](https://github.com/MetaFam/shepherd-bot/compare/v0.1.0...v0.2.0) (2021-07-15) + + +### Features + +* commands and tasks cog-split ([64eea80](https://github.com/MetaFam/shepherd-bot/commit/64eea8068f08db946e3d06f0901efe9e56574fe5)) +* message tracking via db ([5b5019f](https://github.com/MetaFam/shepherd-bot/commit/5b5019f35daa3b6c3fcf0f93d4e8a1f31c3c1cb6)) +* reminder task loop ([9d3c864](https://github.com/MetaFam/shepherd-bot/commit/9d3c864083292ee79248e97cbd88fdf1cadf214a)) + + + +# [0.1.0](https://github.com/MetaFam/shepherd-bot/compare/56963fd686ff58cdccc421659816931933eb86bc...v0.1.0) (2021-07-11) ### Bug Fixes diff --git a/meta.json b/meta.json index 4779794..d140708 100644 --- a/meta.json +++ b/meta.json @@ -1,6 +1,6 @@ { "name": "Shepherd Bot", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT License", "repository": "https://github.com/MetaFam/shepherd-bot/tree/feat/basic-setup", "registry": "Github Container Registry",