Skip to content

Commit 16d5ba6

Browse files
committed
Release 0.7.0
1 parent bef60c7 commit 16d5ba6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.7.0]
10+
11+
### Added
12+
- Created deploy workflow in GitHub actions
13+
914
## [0.6.6] - 2021-09-25
1015

1116
### Changed
12-
- Created a new CI um GitHub actions
17+
- Created a new CI in GitHub actions
1318

1419
## [0.6.5] - 2021-09-21
1520

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="django-login-required-middleware",
13-
version="0.6.6",
13+
version="0.7.0",
1414
packages=[
1515
"login_required",
1616
],

0 commit comments

Comments
 (0)