Skip to content

Commit 9106372

Browse files
committed
Release v2.4.2
1 parent 24d8008 commit 9106372

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
This 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)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)