Skip to content

Commit

Permalink
Release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed May 4, 2015
1 parent a633367 commit d9ad5b4
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.11.0-dev
## v0.11.0 (2015-05-04)

* Enhancements
* Add `Ecto.Repo.get_by/3` and `Ecto.Repo.get_by!/3`
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.10.2"
@version "0.11.0"
@adapters [:pg, :mysql]

def project do
Expand Down

0 comments on commit d9ad5b4

Please sign in to comment.