Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Feb 13, 2016
1 parent af69f6c commit 676a83a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Changelog

## v1.1.1

* Enhancements
* Add `:brotli` to `Plug.Static`

* Bug fixes
* Fixed session verification when token may have the `--` separator

## v1.1.0

* Enhancements
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.1.0"
@version "1.1.1"

def project do
[app: :plug,
Expand Down

0 comments on commit 676a83a

Please sign in to comment.