···55The format is loosely based on [Keep a Changelog][keepachangelog], and this
66project adheres to [Semantic Versioning][semver].
7788+## v0.18.1
99+- fixed: Support both `Jason` and `JSON`.
1010+811## v0.18.0
912- changed: Drop Elixir `1.14` support. Elixir `1.18` was released and I am only supporting 3 minor versions back.
1013- fixed: Pass through unrecognized values for float, bool, and json decodes.
+1-1
mix.exs
···11defmodule EctoSQLite3.MixProject do
22 use Mix.Project
3344- @version "0.18.0"
44+ @version "0.18.1"
5566 def project do
77 [