We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef60c7 commit 16d5ba6Copy full SHA for 16d5ba6
CHANGELOG.md
@@ -6,10 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.7.0]
10
+
11
+### Added
12
+- Created deploy workflow in GitHub actions
13
14
## [0.6.6] - 2021-09-25
15
16
### Changed
-- Created a new CI um GitHub actions
17
+- Created a new CI in GitHub actions
18
19
## [0.6.5] - 2021-09-21
20
setup.py
@@ -10,7 +10,7 @@
setup(
name="django-login-required-middleware",
- version="0.6.6",
+ version="0.7.0",
packages=[
"login_required",
],
0 commit comments