Skip to content

Commit

Permalink
Release v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed May 31, 2016
1 parent 2389d9e commit bd6569f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## v0.12.1-dev
## v0.12.1 (2016-05-31)

* Enhancements
* Only show proxy settings when MIX_DEBUG=1
* Add retries to idempotent requests

* Bug fixes
* Fix crash when you get multiple backtrack messages

## v0.12.0 (2016-05-15)

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 Hex.Mixfile do

def project do
[app: :hex,
version: "0.12.1-dev",
version: "0.12.1",
elixir: "~> 1.0",
aliases: aliases,
deps: deps,
Expand Down

0 comments on commit bd6569f

Please sign in to comment.