Skip to content

Commit 1693caf

Browse files
committed
Update version and CHANGELOG
1 parent 24fc077 commit 1693caf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Changelog for v2.2.x Series
2+
## v2.3.0
3+
4+
_17 October 2018_
5+
6+
* Allow {:array, :map} via JSON library.
7+
* Update error messages for clarity.
28

39
## v2.2.3
410

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

0 commit comments

Comments
 (0)