Skip to content

Commit 472480d

Browse files
committed
Release v.2.6.5
1 parent 181cbed commit 472480d

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
elixir 1.17.3-otp-27
2-
erlang 27.1.1
1+
elixir 1.18.4-otp-27
2+
erlang 27.3.3

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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.6.5](https://github.com/elixir-nebulex/nebulex/tree/v2.6.5) (2025-06-01)
8+
9+
[Full Changelog](https://github.com/elixir-nebulex/nebulex/compare/v2.6.4...v2.6.5)
10+
11+
**Closed issues:**
12+
13+
- Replicated cache deletion behavior when the 3rd node joins the cluster.
14+
[#234](https://github.com/elixir-nebulex/nebulex/issues/234)
15+
716
## [v2.6.4](https://github.com/cabol/nebulex/tree/v2.6.4) (2024-10-19)
817

918
[Full Changelog](https://github.com/cabol/nebulex/compare/v2.6.3...v2.6.4)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Nebulex.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/cabol/nebulex"
5-
@version "2.6.4"
5+
@version "2.6.5"
66

77
def project do
88
[

0 commit comments

Comments
 (0)