Skip to content

Commit 02f3f14

Browse files
committed
Bump version to 3.3.2
1 parent a157816 commit 02f3f14

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,33 @@
1+
## 3.3.2 (April 12th, 2019)
2+
3+
Features:
4+
- Added uptime robot to configuration.rb (@razel1982, #556)
5+
- Check to see if being run in Rails application and run in before_initialize (@husteadrobert, #555)
6+
7+
Bugfixes:
8+
- Fix error message interpolation (@hanibash, #553)
9+
- Fix Bigdecimal warnings (@agraves, #551)
10+
- Avoid hitting up on redis for robots/excluded users. (@andrehjr, #544)
11+
- Checks for defined?(request) on Helper#exclude_visitor?. (@andrehjr)
12+
13+
Misc:
14+
- Update travis to add Rails 6 (@edmilton, #559)
15+
- Fix broken specs in developement environment (@dougpetronilio, #557)
16+
117
## 3.3.1 (January 11th, 2019)
18+
19+
Features:
220
- Filter some more bots (@janosch-x, #542)
21+
22+
Bugfixes:
323
- Fix Dashboard Pagination Helper typo (@cattekin, #541)
4-
- Tweak RSpec instructions (@eliotsykes, #540)
524
- Do not storage alternative in cookie if experiment has a winner (@sadhu89, #539)
6-
- Improve README regarding rspec usage (@vermaxik, #538)
725
- fix user participating alternative not found (@NaturalHokke, #536)
826

27+
Misc:
28+
- Tweak RSpec instructions (@eliotsykes, #540)
29+
- Improve README regarding rspec usage (@vermaxik, #538)
30+
931
## 3.3.0 (August 13th, 2018)
1032

1133
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 = 1
5+
PATCH = 2
66
VERSION = [MAJOR, MINOR, PATCH].join('.')
77
end

0 commit comments

Comments
 (0)