Skip to content

Commit

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

## v1.1.6

### Enhancements

* Also support Poison ~> 2.0

### Bug fixes

* Ensure optimistic_lock reads data from changes
* Ensure BIT(1) type can be loaded as type :boolean for MYSQL

## v1.1.5

### Bug fixes
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.5"
@version "1.1.6"
@adapters [:pg, :mysql]
@pools [:poolboy, :sojourn_timeout, :sojourn_codel]

Expand Down Expand Up @@ -41,7 +41,7 @@ defmodule Ecto.Mixfile do
{:decimal, "~> 1.0"},
{:postgrex, "~> 0.11.0", optional: true},
{:mariaex, "~> 0.5.0 or ~> 0.6.0", optional: true},
{:poison, "~> 1.0", optional: true},
{:poison, "~> 1.0 or ~> 2.0", optional: true},
{:ex_doc, "~> 0.11", only: :docs},
{:earmark, "~> 0.1", only: :docs},
{:inch_ex, ">= 0.0.0", only: :docs}]
Expand Down

0 comments on commit dfd77a6

Please sign in to comment.