Skip to content

Commit

Permalink
Version bump to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Feb 13, 2024
1 parent 73c600b commit 30f3684
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

0.4 (2024-02-13)
~~~~~~~~~~~~~~~~

* Added support for Wagtail 6.0 (prevent draft edits made after an experiment goes live from showing on the front-end)
* Added support for Django 5.0
* Dropped support for Wagtail <5.2 and Django <4.2
* Fix: Prevent potential incorrect ordering of alternatives on PostgreSQL
* Fix: Add missing migration for changes to meta options


0.3.1 (2023-11-06)
~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='wagtail-experiments',
version='0.3.1',
version='0.4',
description="A/B testing for Wagtail",
author='Matthew Westcott',
author_email='[email protected]',
Expand Down

0 comments on commit 30f3684

Please sign in to comment.