From 6520b3f4fa617b6f320bfe2dd21bc1df70a0a621 Mon Sep 17 00:00:00 2001 From: ruslandoga <67764432+ruslandoga@users.noreply.github.com> Date: Thu, 15 Aug 2024 11:38:41 +0700 Subject: [PATCH] release v0.2.7 --- CHANGELOG.md | 3 ++- mix.exs | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 [