Skip to content

Commit a2eb2fa

Browse files
committed
v1.2.1
1 parent df642c8 commit a2eb2fa

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 1.2.1 (May 17th, 2015)
2+
3+
Features
4+
5+
- Handle redis DNS resolution failures gracefully (@fusion2004, #310)
6+
- Push metadata to ab_test block (@ekorneeff, #296)
7+
- Helper methods are now private when included in controllers (@ipoval, #303)
8+
9+
Bugfixes:
10+
11+
- Return an empty hash as metadata when Split is disabled (@tomasdundacek, #313)
12+
- Don't use capture helper from ActionView (@tomasdundacek, #312)
13+
14+
Misc:
15+
16+
- Remove body "max-width" from dashboard (@xicreative, #299)
17+
- fix private for class methods (@ipoval, #301)
18+
- minor memoization fix in spec (@ipoval, #304)
19+
- Minor documentation fixes (#295, #297, #305, #308)
20+
121
## 1.2.0 (January 24th, 2015)
222

323
Features

lib/split/version.rb

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

0 commit comments

Comments
 (0)