Skip to content

Commit

Permalink
Merge pull request #425 from akira/akira/release_0.14.0
Browse files Browse the repository at this point in the history
Release 0.14.0
  • Loading branch information
akira authored Aug 9, 2020
2 parents 00556ad + b9af562 commit 3f4b5c5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]

- exq.run mix task starts dependent apps as well

## [0.14.0] - 2020-08-08

### Added
- Node heartbeat functionality for dynamic environments #392 by @ananthakumaran (disabled by default).
- Exq telemetry events #414 by @hez
- Allow custom job IDs #417 by @bradediger

### Changed
- Don't log Redis disconnects #420 by @isaacsanders

### Fixed
- exq.run mix task starts dependent apps as well #408 by @ananthakumaran
- Cast queue level concurrency #401 by @ananthakumaran
- Fix documentation typo #423 by @LionsHead
- Fix conflicting unit in docs #419 by @JamesFerguson

## [0.13.5] - 2020-01-01

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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.5"}
{:exq, "~> 0.14.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Exq.Mixfile do
def project do
[
app: :exq,
version: "0.13.5",
version: "0.14.0",
elixir: "~> 1.6",
elixirc_paths: ["lib"],
package: [
Expand Down

0 comments on commit 3f4b5c5

Please sign in to comment.