Skip to content

Commit

Permalink
Release v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Oct 29, 2014
1 parent 46fcad3 commit 370bf9b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
## Changelog

## v0.8.2-dev
## v0.8.2

* Enhancements
* Add `Plug.Conn.Utils.media_type/1` to provide media type parsing with wildcard support
* Do not print adapter data by default when inspecting the connection
* Allow plug_status to simplify the definition of plug aware exceptions
* Allow cache headers in `Plug.Static` to be turned off

* Bug fix
* Support dots on header parameter parsing

## v0.8.1

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Plug.Mixfile do

def project do
[app: :plug,
version: "0.8.2-dev",
version: "0.8.2",
elixir: "~> 1.0",
deps: deps,
package: package,
Expand Down

0 comments on commit 370bf9b

Please sign in to comment.