We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 435f82a commit 913b20dCopy full SHA for 913b20d
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog for v2.2.x Series
2
3
+## v2.2.1
4
+
5
+_11 September 2017_
6
7
+* Update tests to work with Ecto 2.2.2.
8
9
10
## v2.2.0
11
12
_28 August 2017_
mix.exs
@@ -3,7 +3,7 @@ defmodule Sqlite.Ecto2.Mixfile do
def project do
[app: :sqlite_ecto2,
- version: "2.2.0",
+ version: "2.2.1",
name: "Sqlite.Ecto2",
elixir: "~> 1.4",
elixirc_options: [warnings_as_errors: true],
0 commit comments