We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2378d10 commit d04bd00Copy full SHA for d04bd00
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.7] - 2022-03-31
11
+
12
+ - [Add default_auto_field](https://github.com/torchbox/wagtail-ab-testing/pull/42)
13
+ - [Add reuqest obejct to AbTestActionMenu context](https://github.com/torchbox/wagtail-ab-testing/pull/43)]
14
15
## [0.6] - 2021-10-27
16
17
- [Support for Wagtail 2.15](https://github.com/torchbox/wagtail-ab-testing/pull/41)
setup.py
@@ -15,7 +15,7 @@
setup(
name="wagtail-ab-testing",
18
- version="0.6",
+ version="0.7",
19
description="A/B Testing for Wagtail",
20
author="Karl Hobley",
21
author_email="[email protected]",
0 commit comments