Skip to content

Commit

Permalink
Merge f690660 into cb733fa
Browse files Browse the repository at this point in the history
  • Loading branch information
akira committed Nov 3, 2019
2 parents cb733fa + f690660 commit 6c2e19a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -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: [
Expand Down

0 comments on commit 6c2e19a

Please sign in to comment.