Skip to content

Commit dc9f467

Browse files
committed
v1.4.5
1 parent 95f2aca commit dc9f467

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 1.4.5 (June 7th, 2016)
2+
3+
Bugfixes:
4+
5+
- FIX Negative numbers on non-finished (@divineforest, #408)
6+
- Eliminate extra RedisAdapter hget (@karmakaze, #407)
7+
- Remove unecessary code from Experiment class (@pakallis, #391, #392, #393)
8+
9+
Misc:
10+
11+
- Simplify Configuration#normalized_experiments (@pakallis, #395)
12+
- Clarify test running instructions (@henrik, #397)
13+
114
## 1.4.4 (May 9th, 2016)
215

316
Bugfixes:

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

0 commit comments

Comments
 (0)