diff --git a/CHANGELOG.md b/CHANGELOG.md index d7c40fd..f9b86c1 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.29] - 2023-07-24 + +### Changed + +- bump starlette requirement + ## [0.1.28] - 2023-07-13 ### Changed @@ -214,7 +220,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.28...HEAD +[Unreleased]: https://github.com/aogier/starlette-authlib/compare/0.1.29...HEAD +[0.1.29]: https://github.com/aogier/starlette-authlib/compare/0.1.28...0.1.29 [0.1.28]: https://github.com/aogier/starlette-authlib/compare/0.1.27...0.1.28 [0.1.27]: https://github.com/aogier/starlette-authlib/compare/0.1.26...0.1.27 [0.1.26]: https://github.com/aogier/starlette-authlib/compare/0.1.25...0.1.26 diff --git a/pyproject.toml b/pyproject.toml index 2a30bf0..9bd7dd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "starlette-authlib" -version = "0.1.28" +version = "0.1.29" description = "A drop-in replacement for Starlette session middleware, using authlib's jwt" authors = ["Alessandro Ogier "] readme = "README.md"