Skip to content

Commit

Permalink
Release v0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Aug 13, 2024
1 parent 315e632 commit 02d816b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 02d816b

Please sign in to comment.