Changed [BREAKING!]
* Flask 2.x required (due to changes to Flask's HTTP Exception signature)
[29](https://gitlab.data.bas.ac.uk/web-apps/flask-extensions/flask-azure-oauth/-/issues/29)
* Relicensing project under the MIT licence (from the UK Open Government Licence)
[31](https://gitlab.data.bas.ac.uk/web-apps/flask-extensions/flask-azure-oauth/-/issues/31)
Added
* Examples of using the `current_token` proxy provided by AuthLib
* Flake8 linters
[34](https://gitlab.data.bas.ac.uk/web-apps/flask-extensions/flask-azure-oauth/-/issues/34)
* Upgrading dependencies, including Flask and Authlib (but only to latest 0.14.x release)
[29](https://gitlab.data.bas.ac.uk/web-apps/flask-extensions/flask-azure-oauth/-/issues/29)
Changed
* Updated example application to use updated `msal` methods
[36](https://gitlab.data.bas.ac.uk/web-apps/flask-extensions/flask-azure-oauth/-/issues/36)
* Switched to Poetry for local development environments
[30](https://gitlab.data.bas.ac.uk/web-apps/flask-extensions/flask-azure-oauth/-/issues/30)
* Switched to `src/` package directory layout
[32](https://gitlab.data.bas.ac.uk/web-apps/flask-extensions/flask-azure-oauth/-/issues/32)
* Updating CI/CD configuration
[33](https://gitlab.data.bas.ac.uk/web-apps/flask-extensions/flask-azure-oauth/-/issues/33)