Skip to content

Commit c35c811

Browse files
committed
Add Changelog for 0.4 and bump version
1 parent 97913a4 commit c35c811

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4] - 2021-07-20
9+
10+
### Added
11+
12+
- [Support for global goal event types](https://github.com/torchbox/wagtail-ab-testing/pull/37)
13+
14+
### Changed
15+
16+
- Rewritten the docs in the readme for improved clarity.
17+
18+
### Fixed
19+
20+
- [Set a long expiry date on cookies so users don't get counted multiple times](https://github.com/torchbox/wagtail-ab-testing/pull/36)
21+
822
## [0.3.1] - 2021-07-08
923

1024
### Fixed
@@ -49,4 +63,4 @@ WAGTAIL_AB_TESTING = {
4963

5064
[0.3.1]: https://github.com/torchbox/wagtail-ab-testing/compare/v0.3...v0.3.1
5165
[0.3]: https://github.com/torchbox/wagtail-ab-testing/compare/v0.2...v0.3
52-
66+
[0.4]: https://github.com/torchbox/wagtail-ab-testing/compare/v0.3...v0.4

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.3.1",
18+
version="0.4",
1919
description="A/B Testing for Wagtail",
2020
author="Karl Hobley",
2121
author_email="[email protected]",

0 commit comments

Comments
 (0)