From 3e6011700ad6424e31a555f8c99d38cb0e51fed0 Mon Sep 17 00:00:00 2001 From: Alessandro Ogier Date: Tue, 15 Oct 2024 13:09:14 +0200 Subject: [PATCH] 0.3.3 --- CHANGELOG.md | 9 ++++++++- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e50b1f3..013193e 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.3.3] - 2024-10-15 + +### Changed + +- bump starlette dependency + ## [0.3.2] - 2024-09-23 ### Changed @@ -317,7 +323,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.3.2...HEAD +[Unreleased]: https://github.com/aogier/starlette-authlib/compare/0.3.3...HEAD +[0.3.3]: https://github.com/aogier/starlette-authlib/compare/0.3.2...0.3.3 [0.3.2]: https://github.com/aogier/starlette-authlib/compare/0.3.1...0.3.2 [0.3.1]: https://github.com/aogier/starlette-authlib/compare/0.3.0...0.3.1 [0.3.0]: https://github.com/aogier/starlette-authlib/compare/0.2.1...0.3.0 diff --git a/pyproject.toml b/pyproject.toml index ceb0a36..a81345b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "starlette-authlib" -version = "0.3.2" +version = "0.3.3" description = "A drop-in replacement for Starlette session middleware, using authlib's jwt" authors = ["Alessandro Ogier "] readme = "README.md"