From 02e0b51d9544858bada392dc23a4b8257eb65065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Barbier?= Date: Mon, 4 Jul 2022 21:21:47 +0200 Subject: [PATCH] Security Release 1.0.1 Fix #46 --- CHANGELOG.md | 6 +++++- requirements.txt | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83d57f7..46ec598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). See for sample https://raw.githubusercontent.com/favoloso/conventional-changelog-emoji/master/CHANGELOG.md --> +## [1.0.1] - 2022-04-07 +### 🔒 Security +- **Django** Security update ([#46](https://github.com/sebastienbarbier/seven23_server/issues/46)) + ## [1.0.0] - 2022-06-08 ### ✨ Feature - Initial **data model** @@ -29,4 +33,4 @@ See for sample https://raw.githubusercontent.com/favoloso/conventional-changelog - **Home page** with logo and redirection to [app.seven23.io](https://app.seven23.io) ### 📚 Documentation - Implement **Swagger** and **redoc**. -- Export `docs` folder on **readthedocs**. +- Export `docs` folder on **readthedocs**. \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 749d769..1c504ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ cryptography==36.0.1 defusedxml==0.7.1 dj-database-url==0.5.0 dj-rest-auth==2.2.2 -Django==4.0.4 +Django==4.0.6 django-allauth==0.47.0 django-appconf==1.0.5 django-colorfield==0.6.3