Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
deargle committed Feb 28, 2022
1 parent 2e88e4b commit 956ac51
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion psiturk/version.py
@@ -1 +1 @@
version_number = '3.2.1'
version_number = '3.2.2'

0 comments on commit 956ac51

Please sign in to comment.