diff --git a/CHANGELOG.md b/CHANGELOG.md index d40b49f6a4..2603b01f6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +# v2.20.0 + +### What's new? + +New `oauth` whitelist command which allows you to whitelist users so they can log in via discord to view logs. To set up oauth login for your logviewer app check the logviewer [repo](https://github.com/kyb3r/logviewer). + # v2.19.1 ### Changed diff --git a/bot.py b/bot.py index 58472b63b1..c03067f3fe 100644 --- a/bot.py +++ b/bot.py @@ -22,7 +22,7 @@ SOFTWARE. """ -__version__ = '2.19.1' +__version__ = '2.20.0' import asyncio import logging