Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellhenke committed Mar 4, 2019
1 parent 98c929d commit 0a2c69a
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.6 (2018-3-4)

* Enhancements
* Allow passing :ssl option to redix

## v2.1.5 (2018-1-2)

* 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.5"
@version "2.1.6"

def project do
[app: :phoenix_pubsub_redis,
Expand Down

0 comments on commit 0a2c69a

Please sign in to comment.