Skip to content

Commit

Permalink
Release v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Sep 9, 2024
1 parent 11bc72d commit 77e8891
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.1"
@version "1.5.2"

def project do
[
Expand Down

0 comments on commit 77e8891

Please sign in to comment.