Browse Source

🔖 Release version 0.65.2

pull/3367/head 0.65.2
Sebastián Ramírez 4 years ago
parent
commit
4d91f978d2
  1. 2
      docs/en/docs/release-notes.md
  2. 2
      fastapi/__init__.py

2
docs/en/docs/release-notes.md

@ -3,6 +3,8 @@
## Latest Changes
## 0.65.2
### Security fixes
* 🔒 Check Content-Type request header before assuming JSON. Initial PR [#2118](https://github.com/tiangolo/fastapi/pull/2118) by [@patrickkwang](https://github.com/patrickkwang).

2
fastapi/__init__.py

@ -1,6 +1,6 @@
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
__version__ = "0.65.1"
__version__ = "0.65.2"
from starlette import status as status

Loading…
Cancel
Save