diff --git a/CHANGELOG.md b/CHANGELOG.md index 59bf8fc..f08131c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.2.9 (2024-11-04) - catch all errors in `connect/1` to avoid triggering Supervisor https://github.com/plausible/ch/pull/209 diff --git a/mix.exs b/mix.exs index 1ac899c..18e3f41 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.8" + @version "0.2.9" def project do [