diff --git a/CHANGELOG.md b/CHANGELOG.md index 78530ae..6f7b23b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog -## Unreleased +## 0.2.7 (2024-08-15) - raise on invalid UInt8 and Int8 when encoding RowBinary https://github.com/plausible/ch/pull/180 +- adapt to Ecto v3.12 https://github.com/plausible/ch/pull/195 ## 0.2.6 (2024-05-30) diff --git a/mix.exs b/mix.exs index ec9f334..d1cbc82 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Ch.MixProject do use Mix.Project @source_url "https://github.com/plausible/ch" - @version "0.2.6" + @version "0.2.7" def project do [