diff --git a/CHANGELOG.md b/CHANGELOG.md index a931968..fba1b5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.1.3](https://github.com/ash-project/ash_sqlite/compare/v0.1.2...v0.1.3) (2024-05-31) + + + + +### Bug Fixes: + +* use `Ecto.ParameterizedType.init/2` + +* handle new/old ecto parameterized type format + ## [v0.1.2](https://github.com/ash-project/ash_sqlite/compare/v0.1.2-rc.1...v0.1.2) (2024-05-11) diff --git a/documentation/tutorials/getting-started-with-ash-sqlite.md b/documentation/tutorials/getting-started-with-ash-sqlite.md index fc428bc..314209a 100644 --- a/documentation/tutorials/getting-started-with-ash-sqlite.md +++ b/documentation/tutorials/getting-started-with-ash-sqlite.md @@ -21,7 +21,7 @@ In this guide we will: Add the `:ash_sqlite` dependency to your application -`{:ash_sqlite, "~> 0.1.2"}` +`{:ash_sqlite, "~> 0.1.3"}` Add `:ash_sqlite` to your `.formatter.exs` file diff --git a/mix.exs b/mix.exs index 0467fd0..230b7c9 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshSqlite.MixProject do The SQLite data layer for Ash Framework. """ - @version "0.1.2" + @version "0.1.3" def project do [