Skip to content

Commit

Permalink
Release v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Mar 15, 2016
1 parent 6b766ad commit 9a5ab35
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.1.5

### Bug fixes

* Fix Mariaex requirement for 0.5.x and 0.6.x

## v1.1.4

### Enhancements
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Ecto.Mixfile do
use Mix.Project

@version "1.1.4"
@version "1.1.5"
@adapters [:pg, :mysql]
@pools [:poolboy, :sojourn_timeout, :sojourn_codel]

Expand Down Expand Up @@ -40,7 +40,7 @@ defmodule Ecto.Mixfile do
{:sbroker, "~> 0.7", optional: true},
{:decimal, "~> 1.0"},
{:postgrex, "~> 0.11.0", optional: true},
{:mariaex, "~> 0.5 or ~> 0.6", optional: true},
{:mariaex, "~> 0.5.0 or ~> 0.6.0", optional: true},
{:poison, "~> 1.0", optional: true},
{:ex_doc, "~> 0.11", only: :docs},
{:earmark, "~> 0.1", only: :docs},
Expand Down

0 comments on commit 9a5ab35

Please sign in to comment.