From 22c5940af163bdb8d19ebd0a2f9e26e3a42aec30 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Thu, 24 Feb 2022 08:09:09 -0500 Subject: [PATCH] Release Turkle 2.6.1 --- CHANGELOG.md | 8 ++++++++ turkle/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aa189d..c017aff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.6.1] - 2022-02-24 +### Fixed + - Display of password validation errors +### Added + - Configurable metatags + - Hook in login template for consent banner + - Documentation for configuring email behind reverse proxy + ## [2.6.0] - 2022-02-03 ### Fixed - Cron job for docker-compose MySQL setup works now. diff --git a/turkle/__init__.py b/turkle/__init__.py index 2169330..c3fa781 100644 --- a/turkle/__init__.py +++ b/turkle/__init__.py @@ -1,2 +1,2 @@ default_app_config = 'turkle.apps.TurkleAppConfig' -__version__ = '2.6.0' +__version__ = '2.6.1'