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 76233ef commit 9b31d5eCopy full SHA for 9b31d5e
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog for v2.2.x Series
2
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
13
## v2.2.2
14
15
_8 October 2017_
mix.exs
@@ -3,7 +3,7 @@ defmodule Sqlite.Ecto2.Mixfile do
def project do
[app: :sqlite_ecto2,
- version: "2.2.2",
+ version: "2.2.3",
name: "Sqlite.Ecto2",
elixir: "~> 1.4",
elixirc_options: [warnings_as_errors: true],
0 commit comments