From 77e88919aed3a734c735ff7afccd45ce5bc79821 Mon Sep 17 00:00:00 2001 From: Andrea Leopardi Date: Mon, 9 Sep 2024 10:37:37 +0200 Subject: [PATCH] Release v1.5.2 --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2f49c8..f5ead2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v1.5.2 + +### Bug fixes + + * Fix a bug with `Redix.transaction_pipeline/2`, which would return `{:ok, Redix.Error.t()}` in some cases. Those cases now return `{:error, Redix.Error.t()}`, which is what was documented in the spec. + * Fix an issue with sentinels reporting their peers with IPv4 or IPv6 addresses. In these cases, Redix wouldn't be able to connect—that has been fixed. + ## v1.5.1 ### Bug fixes diff --git a/mix.exs b/mix.exs index 135eb77..a6d7d95 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule Redix.Mixfile do @repo_url "https://github.com/whatyouhide/redix" - @version "1.5.1" + @version "1.5.2" def project do [