Skip to content

Commit

Permalink
Merge pull request #7 from jacobsvante/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.5.0
  • Loading branch information
jacobsvante authored Mar 11, 2022
2 parents b15e495 + d3ab710 commit 8a14407
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 8a14407

Please sign in to comment.