We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d293fcf commit 6e2436fCopy full SHA for 6e2436f
CHANGELOG.md
@@ -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
+
9
## 3.3.0 (August 13th, 2018)
10
11
Features:
lib/split/version.rb
@@ -2,6 +2,6 @@
module Split
MAJOR = 3
MINOR = 3
- PATCH = 0
+ PATCH = 1
VERSION = [MAJOR, MINOR, PATCH].join('.')
end
0 commit comments