Skip to content

Commit

Permalink
Publish v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed May 1, 2014
1 parent 8d43651 commit 53abc21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,7 @@
# v0.5.0-dev
# v0.5.0 (2014-05-01)

* Backwards incompatible changes
* Postgrex.Result and Postgrex.TypeInfo converted to structs

# v0.4.2 (2014-04-21)

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -5,7 +5,7 @@ defmodule Postgrex.Mixfile do

def project do
[ app: :postgrex,
version: "0.5.0-dev",
version: "0.5.0",
elixir: "~> 0.13.1",
deps: deps,
build_per_environment: false,
Expand Down

0 comments on commit 53abc21

Please sign in to comment.