Skip to content

Commit

Permalink
Changelog and bump version to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
KalobTaulien committed Mar 31, 2022
1 parent 2378d10 commit d04bd00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7] - 2022-03-31

- [Add default_auto_field](https://github.com/torchbox/wagtail-ab-testing/pull/42)
- [Add reuqest obejct to AbTestActionMenu context](https://github.com/torchbox/wagtail-ab-testing/pull/43)]

## [0.6] - 2021-10-27

- [Support for Wagtail 2.15](https://github.com/torchbox/wagtail-ab-testing/pull/41)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="wagtail-ab-testing",
version="0.6",
version="0.7",
description="A/B Testing for Wagtail",
author="Karl Hobley",
author_email="[email protected]",
Expand Down

0 comments on commit d04bd00

Please sign in to comment.