Skip to content

Commit

Permalink
Bump v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andrehjr committed Nov 15, 2023
1 parent 2d55081 commit 3f6c1fc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 4.0.3 (November 15rd, 2023)

Bugfixes:
- Do not throw error if alternativas have data that can lead to negative numbers for probability calculation (@andrehjr, #703)
- Do not persist invalid extra_info on ab_record_extra_info. (@trostli @andrehjr, #717)
- CROSSSLOT keys issue fix when using redis cluster (@naveen-chidhambaram, #710)
- Convert value to string before saving it in RedisAdapter (@Jealrock, #714)
- Fix deprecation warning with Redis 4.8.0 (@martingregoire, #701)

Misc:
- Add matrix as a default dependency (@andrehjr, #705)
- Add Ruby 3.2 to Github Actions (@andrehjr, #702)
- Update documentation regarding finding users outside a web session (@andrehjr, #716)
- Update actions/checkout to v4 (@andrehjr, #718)

# 4.0.2 (December 2nd, 2022)

Bugfixes:
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.2"
VERSION = "4.0.3"
end

0 comments on commit 3f6c1fc

Please sign in to comment.