We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a73b50 commit adf5cccCopy full SHA for adf5ccc
CHANGELOG.md
@@ -1,7 +1,14 @@
1
# Changelog for v2.2.x Series
2
+
3
+## v2.4.0
4
5
+_11 April 2019_
6
7
+* Update to sqlitex 1.6.0
8
9
## v2.3.1
10
-__23 October 2018_
11
+_23 October 2018_
12
13
* Fix bug in array loading.
14
mix.exs
@@ -3,7 +3,7 @@ defmodule Sqlite.Ecto2.Mixfile do
def project do
[app: :sqlite_ecto2,
- version: "2.3.1",
+ version: "2.4.0",
name: "Sqlite.Ecto2",
elixir: "~> 1.4",
deps: deps(),
0 commit comments