From 6d5b2870e3a27f1f084474496c6e5389a46cab09 Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Mon, 6 Mar 2023 09:54:59 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2970b2c..7ef08de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -Versions before `v1.0.0` still use old version names and changelog. +Versions before `v1.0.0 alpha16` may still use old version names and changelog. ## Unreleased ### `v1.0.0` @@ -17,6 +17,9 @@ Versions before `v1.0.0` still use old version names and changelog. - Changed `token` variable to be real constant by removing it ([#46](https://github.com/ElBe-Development/discord.py-bot-template/issues/46)) - Switched to `commands V2` system ([#46](https://github.com/ElBe-Development/discord.py-bot-template/issues/46)) +## `v.1.0.0 alpha18` (Private) +### Added + ## `v.1.0.0 alpha17` (Private) ### Added - Added anti profanity system @@ -28,6 +31,9 @@ Versions before `v1.0.0` still use old version names and changelog. ### Deprecated - Functions are deprecated now and will be put into its own `utils` folder ([#46](https://github.com/ElBe-Development/discord.py-bot-template/issues/46)) +## < `v1.0.0 alpha16` > `v0.9.3` (Private) +Many rewrites. + ## [`v0.9.3`](https://github.com/ElBe-Development/discord.py-bot-template/releases/tag/v1.9.3-final) - Bugfixes - Added welcome/goodbye feature manager ([#11](https://github.com/ElBe-Development/discord.py-bot-template/issues/11))