From 1517ca7cb504bc049b66eec78b57f03a063a0035 Mon Sep 17 00:00:00 2001 From: Alessandro Ogier Date: Mon, 25 Mar 2024 00:02:58 +0100 Subject: [PATCH] starlette bump --- CHANGELOG.md | 9 ++++++++- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a02831a..2e93d9b 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.39] - 2024-03-25 + +### Security + +- starlette bump + ## [0.1.38] - 2024-02-05 ### Changed @@ -275,7 +281,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.38...HEAD +[Unreleased]: https://github.com/aogier/starlette-authlib/compare/0.1.39...HEAD +[0.1.39]: https://github.com/aogier/starlette-authlib/compare/0.1.38...0.1.39 [0.1.38]: https://github.com/aogier/starlette-authlib/compare/0.1.37...0.1.38 [0.1.37]: https://github.com/aogier/starlette-authlib/compare/0.1.36...0.1.37 [0.1.36]: https://github.com/aogier/starlette-authlib/compare/0.1.35...0.1.36 diff --git a/pyproject.toml b/pyproject.toml index bdb12f0..aa7e55b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "starlette-authlib" -version = "0.1.36" +version = "0.1.39" description = "A drop-in replacement for Starlette session middleware, using authlib's jwt" authors = ["Alessandro Ogier "] readme = "README.md"