Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthakumaran committed Jul 21, 2023
1 parent 5214e7a commit 6c41cc2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [Unreleased]


## [0.19.0] - 2023-07-01

- Relax poison dependency #485 by @frahugo

## [0.18.0] - 2023-06-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Add `:exq` to your `mix.exs` deps (replace version with the latest hex.pm packag
defp deps do
[
# ... other deps
{:exq, "~> 0.18.0"}
{:exq, "~> 0.19.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Exq.Mixfile do
use Mix.Project

@source_url "https://github.com/akira/exq"
@version "0.18.0"
@version "0.19.0"

def project do
[
Expand Down

0 comments on commit 6c41cc2

Please sign in to comment.