Skip to content

Commit 9b31d5e

Browse files
authored
Prepare 2.2.3 release. (#211)
1 parent 76233ef commit 9b31d5e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## v2.2.3
4+
5+
_17 June 2018_
6+
7+
* Seeking new maintainer. (#210)
8+
* Minor syntax change to keep up with new Elixir version (#203, thanks @anuragpeshne).
9+
* Update tutorial.md (#205, thanks @progsmile).
10+
* Fix README example schema (#207, thanks @leifg).
11+
12+
313
## v2.2.2
414

515
_8 October 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.2",
6+
version: "2.2.3",
77
name: "Sqlite.Ecto2",
88
elixir: "~> 1.4",
99
elixirc_options: [warnings_as_errors: true],

0 commit comments

Comments
 (0)