We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4326d6a commit 20fe3eeCopy full SHA for 20fe3ee
CHANGELOG.md
@@ -1,10 +1,17 @@
1
# Changelog for v2.2.x Series
2
3
+## v2.4.1
4
+
5
+_02 March 2020_
6
7
+* Update sqlitex to 1.7.1
8
+* Update esqlite to 0.4.1
9
10
## v2.4.0
11
12
_11 April 2019_
13
-* Update to sqlitex 1.6.0
14
+* Update sqlitex to 1.6.0
15
16
## v2.3.1
17
mix.exs
@@ -3,7 +3,7 @@ defmodule Sqlite.Ecto2.Mixfile do
def project do
[app: :sqlite_ecto2,
- version: "2.4.0",
+ version: "2.4.1",
name: "Sqlite.Ecto2",
elixir: "~> 1.4",
deps: deps(),
0 commit comments