Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrehjr committed Dec 30, 2021
1 parent d0c3340 commit 6f95d35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 4.0.0.pre2
## 4.0.0 (December 30th, 2021)

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

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

## 3.4.1 (November 12th, 2019)

Expand Down
2 changes: 1 addition & 1 deletion lib/split/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Split
VERSION = "4.0.0.pre2"
VERSION = "4.0.0"
end

0 comments on commit 6f95d35

Please sign in to comment.