Skip to content

Commit 913b20d

Browse files
authored
Prepare 2.2.1 release. (#199)
1 parent 435f82a commit 913b20d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog for v2.2.x Series
22

3+
## v2.2.1
4+
5+
_11 September 2017_
6+
7+
* Update tests to work with Ecto 2.2.2.
8+
9+
310
## v2.2.0
411

512
_28 August 2017_

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Sqlite.Ecto2.Mixfile do
33

44
def project do
55
[app: :sqlite_ecto2,
6-
version: "2.2.0",
6+
version: "2.2.1",
77
name: "Sqlite.Ecto2",
88
elixir: "~> 1.4",
99
elixirc_options: [warnings_as_errors: true],

0 commit comments

Comments
 (0)