File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
55This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ v2.4.2] ( https://github.com/cabol/nebulex_redis_adapter/tree/v2.4.2 ) (2024-11-01)
8+
9+ [ Full Changelog] ( https://github.com/cabol/nebulex_redis_adapter/compare/v2.4.1...v2.4.2 )
10+
11+ ** Closed issues:**
12+
13+ - ` NebulexRedisAdapter.RedisCluster.Keyslot ` incorrectly computes slot for
14+ hash tags.
15+ [ #64 ] ( https://github.com/cabol/nebulex_redis_adapter/issues/64 )
16+
717## [ v2.4.1] ( https://github.com/cabol/nebulex_redis_adapter/tree/v2.4.1 ) (2024-09-01)
818
919[ Full Changelog] ( https://github.com/cabol/nebulex_redis_adapter/compare/v2.4.0...v2.4.1 )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule NebulexRedisAdapter.MixProject do
22 use Mix.Project
33
44 @ source_url "https://github.com/cabol/nebulex_redis_adapter"
5- @ version "2.4.1 "
5+ @ version "2.4.2 "
66 @ nbx_tag "2.6.4"
77 @ nbx_vsn "2.6"
88
You can’t perform that action at this time.
0 commit comments