File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
- elixir 1.17.3 -otp-27
2
- erlang 27.1.1
1
+ elixir 1.18.4 -otp-27
2
+ erlang 27.3.3
Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
4
4
5
5
This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
16
## [ v2.6.4] ( https://github.com/cabol/nebulex/tree/v2.6.4 ) (2024-10-19)
8
17
9
18
[ Full Changelog] ( https://github.com/cabol/nebulex/compare/v2.6.3...v2.6.4 )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Nebulex.MixProject do
2
2
use Mix.Project
3
3
4
4
@ source_url "https://github.com/cabol/nebulex"
5
- @ version "2.6.4 "
5
+ @ version "2.6.5 "
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments