Skip to content

Commit d04bd00

Browse files
committed
Changelog and bump version to 0.7
1 parent 2378d10 commit d04bd00

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1015
## [0.6] - 2021-10-27
1116

1217
- [Support for Wagtail 2.15](https://github.com/torchbox/wagtail-ab-testing/pull/41)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name="wagtail-ab-testing",
18-
version="0.6",
18+
version="0.7",
1919
description="A/B Testing for Wagtail",
2020
author="Karl Hobley",
2121
author_email="[email protected]",

0 commit comments

Comments
 (0)