Skip to content

Commit

Permalink
Release v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
falood committed Jan 6, 2017
1 parent 655cb98 commit d7ef7df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
## Changelog

## v0.8.2 (2016-01-06)
* Enhancements
* add force_json option

## v0.8.1 (2016-11-23)
* Enhancements
* use buildin UnitTest
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -3,7 +3,7 @@ defmodule MaruSwagger.Mixfile do

def project do
[ app: :maru_swagger,
version: "0.8.1",
version: "0.8.2",
elixir: "~> 1.1",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit d7ef7df

Please sign in to comment.