diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e0cf9c..b2e0d73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +## v0.0.12-rc.2 + +### Fixes + +- A plethora of PEP8 and general syntax changes have been made to cleanup the code +- Fixed the invocation of holster Emitters to match the latest versions constructor signature +- Fixed a bug with `Emoji.custom` +- Fixed a bug in the typing system that would not allow Field's to have a `default` of `None` + ## v0.0.12-rc.1 ### Additions diff --git a/disco/__init__.py b/disco/__init__.py index 49a80cd..6c6b101 100644 --- a/disco/__init__.py +++ b/disco/__init__.py @@ -1 +1 @@ -VERSION = '0.0.12-rc.1' +VERSION = '0.0.12-rc.2'