Skip to content

Commit 6e2436f

Browse files
committed
Update changelog for 3.3.1
1 parent d293fcf commit 6e2436f

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
@@ -1,3 +1,11 @@
1+
## 3.3.1 (January 11th, 2019)
2+
- Filter some more bots (@janosch-x, #542)
3+
- Fix Dashboard Pagination Helper typo (@cattekin, #541)
4+
- Tweak RSpec instructions (@eliotsykes, #540)
5+
- Do not storage alternative in cookie if experiment has a winner (@sadhu89, #539)
6+
- Improve README regarding rspec usage (@vermaxik, #538)
7+
- fix user participating alternative not found (@NaturalHokke, #536)
8+
19
## 3.3.0 (August 13th, 2018)
210

311
Features:

lib/split/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
module Split
33
MAJOR = 3
44
MINOR = 3
5-
PATCH = 0
5+
PATCH = 1
66
VERSION = [MAJOR, MINOR, PATCH].join('.')
77
end

0 commit comments

Comments
 (0)