diff --git a/CHANGELOG.md b/CHANGELOG.md index 05cecd3..bb592f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ adheres to [Semantic Versioning][semver]. ## [Unreleased] +## [0.7.2] - 2021-09-29 +### Added +- Add `:time` decode support. [#58](https://github.com/elixir-sqlite/ecto_sqlite3/pull/58) + ## [0.7.1] - 2021-08-30 ### Fixed - Backport of default drops to `:restrict` are now backwards compatible with older versions of `ecto_sql`. We don't really have support for `drop index ... cascade` as it is not in the grammer of sqlite. diff --git a/mix.exs b/mix.exs index 5dfbdbb..3003bf7 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule EctoSQLite3.MixProject do use Mix.Project - @version "0.7.1" + @version "0.7.2" def project do [