Skip to content

Commit

Permalink
Release 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Sep 28, 2018
1 parent 0bac7d5 commit 9d7a458
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.1.6 (2018-09-28)

* Enhancements
* Allow file system watcher backend to be configured
* Add `:fs_poll` backend as fallback for generic OS support

## 1.1.5

* Bug fix
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule PhoenixLiveReload.Mixfile do
use Mix.Project

@version "1.1.5"
@version "1.1.6"

def project do
[app: :phoenix_live_reload,
Expand Down

0 comments on commit 9d7a458

Please sign in to comment.