From bc25b7185ac013ee267852edf612ce7777608114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Meadows-J=C3=B6nsson?= Date: Sun, 7 Sep 2014 17:53:34 +0200 Subject: [PATCH] Release v0.6.0 --- CHANGELOG.md | 2 +- mix.exs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5be66b36f..db7f2b139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# v0.6.0 +# v0.6.0 (2014-09-07) * Enhancements * Queries can be constructed of `iodata` diff --git a/mix.exs b/mix.exs index d63d685fd..43324b787 100644 --- a/mix.exs +++ b/mix.exs @@ -3,8 +3,8 @@ defmodule Postgrex.Mixfile do def project do [app: :postgrex, - version: "0.6.0-dev", - elixir: "~> 1.0.0-rc1", + version: "0.6.0", + elixir: "~> 1.0.0-rc2", deps: deps, build_per_environment: false, name: "Postgrex",