Skip to content

Commit

Permalink
prepare for 2.1.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellhenke committed Jan 30, 2020
1 parent 8a8be3f commit 5bfa826
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.8 (2020-1-30)

* Enhancements
* Allow passing :socket_opts to redix

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

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

@version "2.1.7"
@version "2.1.8"

def project do
[app: :phoenix_pubsub_redis,
Expand Down

0 comments on commit 5bfa826

Please sign in to comment.