diff options
author | 2022-02-23 00:25:12 +0000 | |
---|---|---|
committer | 2022-02-24 17:32:47 +0000 | |
commit | 139823ff55daf1b320e10ff7207945f899f45c8c (patch) | |
tree | 62b6c23cf761febe02634174a02cc8037db6f0bc | |
parent | Move new utilities to the util namespace (diff) |
Breaking change notice due to regex move
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 456ecb2c..52a4acba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog -## 1.3.0 22nd February 2022 +## 2.0.0 22nd February 2022 +- Breaking: Moved regex to botcore.utils namespace - Feature: Port many common utilities from our bots - caching - channel |