Skip to content

Commit

Permalink
Release v0.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Dec 4, 2023
1 parent 92e1e62 commit 247090c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.17.4 (2023-12-04)

* Enhancements
* Trap exits from connect callback
* Add configuration to skip querying of `comp_oids`
* Handle duplicate column names in Table.Reader implementation

## v0.17.3 (2023-08-29)

* 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.17.3"
@version "0.17.4"

def project do
[
Expand Down

0 comments on commit 247090c

Please sign in to comment.