Skip to content

Commit 6f95d35

Browse files
committed
v4.0.0
1 parent d0c3340 commit 6f95d35

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 4.0.0.pre2
1+
## 4.0.0 (December 30th, 2021)
22

33
Bugfixes:
44
- ab_test must return metadata on error or if split is disabled/excluded user (@andrehjr, #622)
@@ -7,7 +7,7 @@ Bugfixes:
77
- Respect experiment defaults when loading experiments in initializer. (@mattwd7, #599)
88
- Removes metadata key when it updated to nil (@andrehjr, #633)
99
- Force experiment does not count for metrics (@andrehjr, #637)
10-
- Fix cleanup_old_versions! misbehaviour (@serggi, #661)
10+
- Fix cleanup_old_versions! misbehaviour (@serggl, #661)
1111

1212
Features:
1313
- Make goals accessible via on_trial_complete callbacks (@robin-phung, #625)
@@ -32,6 +32,7 @@ Misc:
3232
- Remove 'set' parsing for alternatives. Sets were used as storage and deprecated on 0.x (@andrehjr, #639)
3333
- Adding documentation related to what is stored on cookies. (@andrehjr, #634)
3434
- Keep railtie defined under the Split gem namespace (@avit, #666)
35+
- Update RSpec helper to support block syntax (@clowder, #665)
3536

3637
## 3.4.1 (November 12th, 2019)
3738

lib/split/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Split
4-
VERSION = "4.0.0.pre2"
4+
VERSION = "4.0.0"
55
end

0 commit comments

Comments
 (0)