diff --git a/CHANGELOG.md b/CHANGELOG.md index 87112c90..b401a260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## v0.19.1 (2024-08-13) + +* Enhancements + * Allow encoding/decoding of LSN + +* Bug fixes + * Fix Dialyzer warnings on interval extension + * Log error message if Postgrex.ReplicationConnection is reconnecting + ## v0.19.0 (2024-08-03) * Enhancements diff --git a/mix.exs b/mix.exs index 6f0cb306..6b568ce5 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Postgrex.Mixfile do use Mix.Project @source_url "https://github.com/elixir-ecto/postgrex" - @version "0.19.0" + @version "0.19.1" def project do [