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.
44
55This 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 )
Original file line number Diff line number Diff 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 [
You can’t perform that action at this time.
0 commit comments