Skip to content

Commit

Permalink
0.1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
aogier committed Dec 16, 2023
1 parent 55f079f commit 44278a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.33] - 2023-12-16

### Changed

- bump starlette dependency
- bumps dev deps

## [0.1.32] - 2023-12-01

### Changed
Expand Down Expand Up @@ -238,7 +245,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.32...HEAD
[Unreleased]: https://github.com/aogier/starlette-authlib/compare/0.1.33...HEAD
[0.1.33]: https://github.com/aogier/starlette-authlib/compare/0.1.32...0.1.33
[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
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.32"
version = "0.1.33"
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 44278a6

Please sign in to comment.