Skip to content

Commit d3be42e

Browse files
author
semantic-release
committed
chore(release): v1.2.0
1 parent 3e9103d commit d3be42e

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ This file is generated from conventional commits by semantic-release.
44

55
<!-- version list -->
66

7+
## v1.2.0 (2026-03-09)
8+
9+
### Features
10+
11+
- **websocket**: Add websocket authorization support
12+
([`3e9103d`](https://github.com/Raze-Systems/fastapi-paseto/commit/3e9103dc5a0428dafd6beddf251cccc3d595b0c7))
13+
14+
### Refactoring
15+
16+
- **auth**: Modularize paseto internals
17+
([`db6e5d5`](https://github.com/Raze-Systems/fastapi-paseto/commit/db6e5d590100491a50b75d026dc28622c07d4c1c))
18+
19+
720
## v1.1.0 (2026-03-09)
821

922
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "fastapi-paseto"
7-
version = "1.1.0"
7+
version = "1.2.0"
88
description = "FastAPI extension that provides PASETO Auth support"
99
readme = "README.md"
1010
requires-python = ">=3.14"

src/fastapi_paseto/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Package version stamped by semantic-release."""
22

3-
__version__ = "1.1.0"
3+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)