Skip to content

Commit

Permalink
Release v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Mar 16, 2017
1 parent bb2db02 commit 0564d9e
Show file tree
Hide file tree
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

## v1.3.4

* Bug fixes
* Do not convert exits into errors

## v1.3.3

* Bug fixes
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 Plug.Mixfile do
use Mix.Project

@version "1.3.3"
@version "1.3.4"

def project do
[app: :plug,
Expand Down

0 comments on commit 0564d9e

Please sign in to comment.