Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Jan 25, 2015
1 parent db1ec1c commit 65e35fa
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,6 +1,6 @@
# Changelog

## v0.7.0-dev
## v0.7.0 (2015-01-25)

* Enhancements
* Provide `Ecto.Adapters.SQL` with implementation to be shared by SQL adapters
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Ecto.Mixfile do
use Mix.Project

@version "0.7.0-dev"
@version "0.7.0"
@adapters [:pg]

def project do
Expand Down

0 comments on commit 65e35fa

Please sign in to comment.