Skip to content

Commit

Permalink
starlette bump
Browse files Browse the repository at this point in the history
  • Loading branch information
aogier committed Mar 24, 2024
1 parent 9b8fd7b commit 1517ca7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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 = "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 <alessandro.ogier@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 1517ca7

Please sign in to comment.