diff --git a/CHANGELOG.md b/CHANGELOG.md index 240145a8..7d2afcb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# UNRELEASED +# 3.4.0 / 2021-08-11 **General** diff --git a/CTFd/__init__.py b/CTFd/__init__.py index db80acac..cdda2358 100644 --- a/CTFd/__init__.py +++ b/CTFd/__init__.py @@ -29,7 +29,7 @@ from CTFd.utils.migrations import create_database, migrations, stamp_latest_revi from CTFd.utils.sessions import CachingSessionInterface from CTFd.utils.updates import update_check -__version__ = "3.3.1" +__version__ = "3.4.0" __channel__ = "oss" diff --git a/package.json b/package.json index 2b839078..03905196 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ctfd", - "version": "3.3.1", + "version": "3.4.0", "description": "CTFd is a Capture The Flag framework focusing on ease of use and customizability. It comes with everything you need to run a CTF and it's easy to customize with plugins and themes.", "main": "index.js", "directories": {