Skip to content

Commit

Permalink
Patch release for doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
akira committed Dec 13, 2021
1 parent 91428af commit 3adc52b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]


## [0.16.1] - 2021-12-13

### Added

### Changed

### Fixed
- Fix @doc redefined warnings #463 by deepfryed

## [0.16.0] - 2021-12-12

NOTE: Please read PR #458 for upgrade instructions.
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.16.0"}
{:exq, "~> 0.16.1"}
]
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.16.0"
@version "0.16.1"

def project do
[
Expand Down

0 comments on commit 3adc52b

Please sign in to comment.