From d3ab710b38c6057262935813c7e2294fb283bd5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 11:10:35 +0000 Subject: [PATCH] chore(main): release 0.5.0 --- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 671f6e6..4336ac0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.5.0](https://github.com/jacobsvante/fastapi-security/compare/v0.4.0...v0.5.0) (2022-03-11) + + +### ⚠ BREAKING CHANGES + +* Make oauth2 dependencies optional + +### Bug Fixes + +* Make oauth2 dependencies optional ([e0db0f4](https://github.com/jacobsvante/fastapi-security/commit/e0db0f45761d7295b1e500d5cde67d3c1f263b78)) + + +### Documentation + +* Document new extra for oauth2 support ([73e1696](https://github.com/jacobsvante/fastapi-security/commit/73e1696915f63ddf6d204adfddbfd49b10d3e4f5)) +* Update changelog to conform to release-please format ([c9bfb16](https://github.com/jacobsvante/fastapi-security/commit/c9bfb16277efeb0ddfb19e3cc1e289608ce0ae94)) + ## [0.3.1](https://github.com/jmagnusson/fastapi-security/compare/v0.3.0...v0.3.1) (2021-03-29) diff --git a/pyproject.toml b/pyproject.toml index cf8e0f9..821324a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastapi-security" -version = "0.4.0" +version = "0.5.0" description = "Add authentication and authorization to your FastAPI app via dependencies." authors = ["Jacob Magnusson "] license = "MIT"