From c1caff8052c5176b716715a8bf813d6e87d98f37 Mon Sep 17 00:00:00 2001 From: Alex Kira Date: Sun, 16 Jun 2019 18:54:40 -0700 Subject: [PATCH] Bump to 0.13.3 --- CHANGELOG.md | 5 +++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c8fce22..8bd417f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [0.13.3] - 2019-06-16 + +### Added +- Handle AWS Elasticache Redis DNS failover. This ensures persistent connections are shutdown, forcing a reconnect in scenarios where a Redis node in a HA cluster is switched to READONLY mode by @deepfryed. + ## [0.13.2] - 2019-03-15 ### Fixed diff --git a/README.md b/README.md index 0e9ed5eb..19b331a2 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Add exq to your mix.exs deps (replace version with the latest hex.pm package ver defp deps do [ # ... other deps - {:exq, "~> 0.13.2"} + {:exq, "~> 0.13.3"} ] end ``` diff --git a/mix.exs b/mix.exs index 3b7c033a..8009a01c 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Exq.Mixfile do def project do [ app: :exq, - version: "0.13.2", + version: "0.13.3", elixir: "~> 1.6", elixirc_paths: ["lib"], package: [