diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c5652f..863fd74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,14 @@ ## Unlreleased +## v0.17.1 + +- added: Ability to specify build parameters programatically. + ## v0.17.0 - changed: Updaetd sqlite3 to `3.44.0`. -- added Added `:before_disconnect` hook. +- added: `:before_disconnect` hook. ## v0.16.2 - fixed: Precompile support for Windows. diff --git a/mix.exs b/mix.exs index 57ae8b8..2e36a5a 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Exqlite.MixProject do use Mix.Project - @version "0.17.0" + @version "0.17.1" @sqlite_version "3.44.0" def project do