Skip to content

Commit

Permalink
Bump version to 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrehjr committed Apr 12, 2019
1 parent a157816 commit 02f3f14
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
26 changes: 24 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,33 @@
## 3.3.2 (April 12th, 2019)

Features:
- Added uptime robot to configuration.rb (@razel1982, #556)
- Check to see if being run in Rails application and run in before_initialize (@husteadrobert, #555)

Bugfixes:
- Fix error message interpolation (@hanibash, #553)
- Fix Bigdecimal warnings (@agraves, #551)
- Avoid hitting up on redis for robots/excluded users. (@andrehjr, #544)
- Checks for defined?(request) on Helper#exclude_visitor?. (@andrehjr)

Misc:
- Update travis to add Rails 6 (@edmilton, #559)
- Fix broken specs in developement environment (@dougpetronilio, #557)

## 3.3.1 (January 11th, 2019)

Features:
- Filter some more bots (@janosch-x, #542)

Bugfixes:
- Fix Dashboard Pagination Helper typo (@cattekin, #541)
- Tweak RSpec instructions (@eliotsykes, #540)
- Do not storage alternative in cookie if experiment has a winner (@sadhu89, #539)
- Improve README regarding rspec usage (@vermaxik, #538)
- fix user participating alternative not found (@NaturalHokke, #536)

Misc:
- Tweak RSpec instructions (@eliotsykes, #540)
- Improve README regarding rspec usage (@vermaxik, #538)

## 3.3.0 (August 13th, 2018)

Features:
Expand Down
2 changes: 1 addition & 1 deletion lib/split/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
module Split
MAJOR = 3
MINOR = 3
PATCH = 1
PATCH = 2
VERSION = [MAJOR, MINOR, PATCH].join('.')
end

0 comments on commit 02f3f14

Please sign in to comment.