From df6732a7f5fcd50aa2ddc6a09b2526038c763105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Mon, 7 Oct 2024 10:50:02 +0200 Subject: [PATCH] Release v3.12.1 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index c3aab51e..bda8ab23 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule EctoSQL.MixProject do use Mix.Project @source_url "https://github.com/elixir-ecto/ecto_sql" - @version "3.12.0" + @version "3.12.1" @adapters ~w(pg myxql tds) def project do