Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Dec 23, 2015
1 parent d88d06b commit 3c5d052
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## v1.1.1-dev
## v1.1.1

### Bug fixes

* Remove documentation for unfinished `on_replace` option in `cast_assoc`, `cast_embed`, `put_assoc` and `put_embed`. The option could be given and applied to the changeset but it would never reach the repository, giving the impression it works as expected but ultimately failing in the repository operation

### Deprecations

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 "1.1.0"
@version "1.1.1"
@adapters [:pg, :mysql]
@pools [:poolboy, :sojourn_timeout, :sojourn_codel]

Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%{"connection": {:hex, :connection, "1.0.1"},
"decimal": {:hex, :decimal, "1.1.0"},
"earmark": {:hex, :earmark, "0.1.19"},
"ex_doc": {:hex, :ex_doc, "0.11.1"},
"ex_doc": {:hex, :ex_doc, "0.11.2"},
"inch_ex": {:hex, :inch_ex, "0.2.4"},
"mariaex": {:hex, :mariaex, "0.5.0"},
"poison": {:hex, :poison, "1.3.1"},
Expand Down

0 comments on commit 3c5d052

Please sign in to comment.