Skip to content

Commit

Permalink
Prepare for 1.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouke committed Jul 8, 2020
1 parent 853a648 commit 1234e43
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 163 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: vars
run: |
[[ ! $GITHUB_REF == refs/tags/* ]] && echo ::set-output name=version::$(git describe --tags | sed -r 's/-(.*?)-(.*?)$/.dev\1/g') || true
[[ $GITHUB_REF == refs/tags/* ]] && echo ::set-output name=version::${GITHUB_REF#refs/*/test-} || true
[[ $GITHUB_REF == refs/tags/* ]] && echo ::set-output name=version::${GITHUB_REF#refs/*/} || true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
## [Unreleased]
## 1.12 - 2020-07-08
### Added
- It is possible to set a timeout between a user authenticiating in the LoginView and them needing to re-authenticate. By default this is 10 minutes.
- It is possible to set a timeout between a user authenticiating in the
`LoginView` and them needing to re-authenticate. By default this is 10
minutes.

### Removed
- The final step in the LoginView no longer re-validates a user's credentials
- The final step in the `LoginView` no longer re-validates a user's credentials.
- Django 1.11 support.

### Changed
- Security Fix: LoginView no longer stores credentials in plaintext in the session store
- Security Fix: `LoginView` no longer stores credentials in plaintext in the
session store.

## 1.11.0 - 2020-03-13
### Added
Expand Down
158 changes: 0 additions & 158 deletions docs/release-notes.rst

This file was deleted.

0 comments on commit 1234e43

Please sign in to comment.