Skip to content

Commit

Permalink
Update changelog for 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrehjr committed Jan 11, 2019
1 parent d293fcf commit 6e2436f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 3.3.1 (January 11th, 2019)
- Filter some more bots (@janosch-x, #542)
- 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)

## 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 = 0
PATCH = 1
VERSION = [MAJOR, MINOR, PATCH].join('.')
end

0 comments on commit 6e2436f

Please sign in to comment.