Skip to content

Commit adf5ccc

Browse files
authored
Release 2.4.0 (#235)
1 parent 5a73b50 commit adf5ccc

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# 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+
29
## v2.3.1
310

4-
__23 October 2018_
11+
_23 October 2018_
512

613
* Fix bug in array loading.
714

mix.exs

+1-1
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.3.1",
6+
version: "2.4.0",
77
name: "Sqlite.Ecto2",
88
elixir: "~> 1.4",
99
deps: deps(),

0 commit comments

Comments
 (0)