From 02d816bee46d45dc36db169b3fd9dee772e25d07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 13 Aug 2024 08:24:38 +0200 Subject: [PATCH] Release v0.19.1 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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 [