Skip to content

Commit 092fc20

Browse files
committed
Bump version to 0.3.1
1 parent 286af8f commit 092fc20

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.3.1] - 2021-07-08
9+
10+
### Fixed
11+
12+
- [API endpoints no longer give CSRF errors when authenticated users visit an A/B testing page](https://github.com/torchbox/wagtail-ab-testing/pull/35)
13+
- [Fixed incorrect cookie name causing wrong variant to be served to participants](https://github.com/torchbox/wagtail-ab-testing/pull/34)
14+
815
## [0.3] - 2021-07-08
916

1017
### Added
@@ -40,5 +47,6 @@ WAGTAIL_AB_TESTING = {
4047
}
4148
```
4249

50+
[0.3.1]: https://github.com/torchbox/wagtail-ab-testing/compare/v0.3...v0.3.1
4351
[0.3]: https://github.com/torchbox/wagtail-ab-testing/compare/v0.2...v0.3
4452

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

0 commit comments

Comments
 (0)