From f69066074d97a94a4831c00e188b308d244f1cd9 Mon Sep 17 00:00:00 2001 From: Alex Kira Date: Sun, 3 Nov 2019 12:10:10 -0800 Subject: [PATCH] Mix bump to 0.13.4 and Changelog --- CHANGELOG.md | 8 +++++++- README.md | 4 ++-- mix.exs | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42c13f62..63309b03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## [Unreleased] -- Remove unnecessary serialization of enqueue calls #390 +## [0.13.4] - 2019-11-3 + +### Fixed +- Remove unnecessary serialization of enqueue calls #390 by @ananthakumaran and @sb8244 +- Fix warnings by @hkrutzer #394 +- Start all the apps during test by @ananthakumaran #391 +- Replace KEYS with a cursored call to SCAN for realtime stats by @neslinesli93 #384 ## [0.13.3] - 2019-06-16 diff --git a/README.md b/README.md index a1bb5433..53810283 100644 --- a/README.md +++ b/README.md @@ -66,12 +66,12 @@ Add exq to your mix.exs deps (replace version with the latest hex.pm package ver defp deps do [ # ... other deps - {:exq, "~> 0.13.3"} + {:exq, "~> 0.13.4"} ] end ``` -Then run ```mix deps.get```. +Then run ```mix deps.get```. ### Configuration: diff --git a/mix.exs b/mix.exs index 85fcc24c..92464ca4 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Exq.Mixfile do def project do [ app: :exq, - version: "0.13.3", + version: "0.13.4", elixir: "~> 1.6", elixirc_paths: ["lib"], package: [