Skip to content

Commit

Permalink
prepare for 2.1.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellhenke committed Mar 28, 2019
1 parent 15642ea commit 4edfc17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

## master

## v2.1.7 (2018-3-28)

* Bug fixes
* Fix incorrect error structure on :disconnected

## v2.1.6 (2018-3-4)

* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule PhoenixPubsubRedis.Mixfile do
use Mix.Project

@version "2.1.6"
@version "2.1.7"

def project do
[app: :phoenix_pubsub_redis,
Expand Down

0 comments on commit 4edfc17

Please sign in to comment.