From 72803ff5576622e248ce8f5645bf082afdf9deaf Mon Sep 17 00:00:00 2001 From: Andrea Leopardi Date: Wed, 8 May 2024 09:36:49 +0200 Subject: [PATCH] Release v1.5.1 --- CHANGELOG.md | 6 ++++++ mix.exs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd1abd6..b2f49c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.5.1 + +### Bug fixes + + * Fix a race condition that would cause connections to stop and not reconnect in cases where the network would fail *after* establishing the connection but *before* issuing potential `AUTH` or `SELECT` commands. This is a recommended upgrade for everyone. + ## v1.5.0 ### New features diff --git a/mix.exs b/mix.exs index f36243a..16fb623 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.0" + @version "1.5.1" def project do [