Skip to content

Commit 2959152

Browse files
committed
v1.3.0
1 parent ffe35d6 commit 2959152

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 1.3.0 (October 20th, 2015)
2+
3+
Features
4+
5+
- allow for custom redis_url different from ENV variable (@davidgrieser, #323)
6+
- add ability to change the length of the persistence cookie (@peterylai, #335)
7+
8+
Bugfixes:
9+
10+
- Rescue from Redis::BaseError instead of Redis::CannotConnectError (@nfm, #342)
11+
- Fix active experiments when experiment is on a later version (@ndrisso, #331)
12+
- Fix caching of winning alternative (@nfm, #329)
13+
14+
Misc:
15+
16+
- Remove duplication from Experiment#save (@pakallis, #333)
17+
- Remove unnecessary argument from Experiment#write_to_alternative (@t4deu, #332)
18+
119
## 1.2.1 (May 17th, 2015)
220

321
Features

lib/split/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Split
22
MAJOR = 1
3-
MINOR = 2
4-
PATCH = 1
3+
MINOR = 3
4+
PATCH = 0
55
VERSION = [MAJOR, MINOR, PATCH].join('.')
66
end

0 commit comments

Comments
 (0)