diff --git a/CHANGELOG.md b/CHANGELOG.md index c017aff..c1a2a87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.2] - 2022-03-28 +### Added + - Adds `TURKLE_ANONYMOUS_TASKS` flag to turn off anonymous tasks + ## [2.6.1] - 2022-02-24 ### Fixed - Display of password validation errors diff --git a/turkle/__init__.py b/turkle/__init__.py index c3fa781..31c60b9 100644 --- a/turkle/__init__.py +++ b/turkle/__init__.py @@ -1,2 +1,2 @@ default_app_config = 'turkle.apps.TurkleAppConfig' -__version__ = '2.6.1' +__version__ = '2.6.2'