···55The format is loosely based on [Keep a Changelog][keepachangelog], and this
66project adheres to [Semantic Versioning][semver].
7788-## Unreleased
88+## v0.18.0
99- changed: Drop Elixir `1.14` support. Elixir `1.18` was released and I am only supporting 3 minor versions back.
1010+- fixed: Pass through unrecognized values for float, bool, and json decodes.
10111112## v0.17.5
1213- fixed: Report correct error for value lists in joins.
+1-1
mix.exs
···11defmodule EctoSQLite3.MixProject do
22 use Mix.Project
3344- @version "0.18.0-dev"
44+ @version "0.18.0"
5566 def project do
77 [