Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Jan 20, 2015
1 parent 6bf9c86 commit d23ce53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v0.6.1-dev
# v0.7.0 (2015-01-20)

* Enhancements
* Add asynchronous notifications through `listen` and `unlisten`
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 Postgrex.Mixfile do

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

0 comments on commit d23ce53

Please sign in to comment.