We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f95d35 commit c1b198fCopy full SHA for c1b198f
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 4.0.0 (December 30th, 2021)
+## 4.0.1 (December 30th, 2021)
2
3
Bugfixes:
4
- ab_test must return metadata on error or if split is disabled/excluded user (@andrehjr, #622)
lib/split/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Split
- VERSION = "4.0.0"
+ VERSION = "4.0.1"
5
end
0 commit comments