Skip to content

Commit

Permalink
Release v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed May 8, 2024
1 parent d7fa453 commit 72803ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 72803ff

Please sign in to comment.