diff --git a/CHANGELOG.md b/CHANGELOG.md index aca80824..fe0ca85f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ 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). +## [Unreleased] +### Added +- Separate config settings for mturk qualifications for `live` and `sandbox` modes (#505) +- Added configuration option for changing autogenerated dashboard-related tables to be unique per experiment -- for use when a single database is shared across multiple experiments (#495) + +### Fixed +- Fix backwards-compat bug for assignments-table (#528) -- Thanks @jacob-lee! + +## [3.2.2] +### Fixed +- Pin markupsafe to 2.0.1 (#541) -- Thanks for the report @jmuchovej + +## [3.2.1] +### Fixed +- Fix SSTI vulnerability in ad and consent pages (#517) + + ## [3.2.0] ### Added - Add custom MTurk qualification support (#493) diff --git a/psiturk/version.py b/psiturk/version.py index 8715ce48..328d8677 100644 --- a/psiturk/version.py +++ b/psiturk/version.py @@ -1 +1 @@ -version_number = '3.2.1' +version_number = '3.2.2'