Skip to content

Commit 956ac51

Browse files
committed
bump version
1 parent 2e88e4b commit 956ac51

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
### Added
9+
- Separate config settings for mturk qualifications for `live` and `sandbox` modes (#505)
10+
- 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)
11+
12+
### Fixed
13+
- Fix backwards-compat bug for assignments-table (#528) -- Thanks @jacob-lee!
14+
15+
## [3.2.2]
16+
### Fixed
17+
- Pin markupsafe to 2.0.1 (#541) -- Thanks for the report @jmuchovej
18+
19+
## [3.2.1]
20+
### Fixed
21+
- Fix SSTI vulnerability in ad and consent pages (#517)
22+
23+
724
## [3.2.0]
825
### Added
926
- Add custom MTurk qualification support (#493)

psiturk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version_number = '3.2.1'
1+
version_number = '3.2.2'

0 commit comments

Comments
 (0)