Skip to content

Commit 4d91f97

Browse files
committed
🔖 Release version 0.65.2
1 parent aabe2c7 commit 4d91f97

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/en/docs/release-notes.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## Latest Changes
44

55

6+
## 0.65.2
7+
68
### Security fixes
79

810
* 🔒 Check Content-Type request header before assuming JSON. Initial PR [#2118](https://github.com/tiangolo/fastapi/pull/2118) by [@patrickkwang](https://github.com/patrickkwang).

fastapi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
22

3-
__version__ = "0.65.1"
3+
__version__ = "0.65.2"
44

55
from starlette import status as status
66

0 commit comments

Comments
 (0)