Skip to content

Commit

Permalink
Security Release 1.0.1
Browse files Browse the repository at this point in the history
Fix #46
  • Loading branch information
sebastienbarbier committed Jul 4, 2022
1 parent b1cac51 commit 02e0b51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand All @@ -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**.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02e0b51

Please sign in to comment.