Skip to content

Commit

Permalink
Bump VERSION to 1.5.8 and add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Sep 6, 2024
1 parent d4c6c61 commit 7af75a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.5.8 [2024-09-06] Lars Kanis <lars@greiz-reinsdorf.de>

- Fix host list duplication every time conn.reset is used. [#586](https://github.com/ged/ruby-pg/pull/586)
- Add default decoder for anonymous record types to BasicTypeRegistry [#579](https://github.com/ged/ruby-pg/pull/579)


## v1.5.7 [2024-07-28] Lars Kanis <lars@greiz-reinsdorf.de>

- Remove deprecated use of fptr->fd.[#562](https://github.com/ged/ruby-pg/pull/562)
Expand Down
2 changes: 1 addition & 1 deletion lib/pg/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module PG
# Library version
VERSION = '1.5.7'
VERSION = '1.5.8'
end

0 comments on commit 7af75a4

Please sign in to comment.