Skip to content

Commit

Permalink
Release 0.0.7
Browse files Browse the repository at this point in the history
Michael Schaefermeyer committed Mar 27, 2017
1 parent b295c5d commit b110fa5
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.0.7
* Enhancements
* Remove cowboy dependency
* Fix Elixir 1.4 warnings

## v0.0.6

* Enhancements
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ defmodule TrailingFormatPlug.Mixfile do
def project do
[
app: :trailing_format_plug,
version: "0.0.6",
version: "0.0.7",
elixir: ">= 1.0.0",
deps: deps(),
package: [

0 comments on commit b110fa5

Please sign in to comment.