Skip to content

Commit d108903

Browse files
committed
Bump to v0.19.0
1 parent 40beb89 commit d108903

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is loosely based on [Keep a Changelog][keepachangelog], and this
66
project adheres to [Semantic Versioning][semver].
77

88
## Unreleased
9+
10+
## v0.19.0
911
- changed: Configurable encoding for `:map` and `:array`, allowing usage of SQLite's JSONB storage format.
1012

1113
## v0.18.1

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule EctoSQLite3.MixProject do
22
use Mix.Project
33

4-
@version "0.18.1"
4+
@version "0.19.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)