diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e0cc8e..3c9bd75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. 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). +## [0.1.32] - 2023-12-01 + +### Changed + +- bump starlette dependency + ## [0.1.31] - 2023-11-05 ### Changed @@ -232,7 +238,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Correctly implemented ES* and RS* algorithms. -[Unreleased]: https://github.com/aogier/starlette-authlib/compare/0.1.31...HEAD +[Unreleased]: https://github.com/aogier/starlette-authlib/compare/0.1.32...HEAD +[0.1.32]: https://github.com/aogier/starlette-authlib/compare/0.1.31...0.1.32 [0.1.31]: https://github.com/aogier/starlette-authlib/compare/0.1.30...0.1.31 [0.1.30]: https://github.com/aogier/starlette-authlib/compare/0.1.29...0.1.30 [0.1.29]: https://github.com/aogier/starlette-authlib/compare/0.1.28...0.1.29 diff --git a/pyproject.toml b/pyproject.toml index 84dc8b4..e1f92ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "starlette-authlib" -version = "0.1.31" +version = "0.1.32" description = "A drop-in replacement for Starlette session middleware, using authlib's jwt" authors = ["Alessandro Ogier "] readme = "README.md"