Skip to content

Commit 757226c

Browse files
committed
Bump VERSION to 1.4.2 and add release notes
1 parent ce85904 commit 757226c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

History.rdoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
== v1.4.2 [2022-07-27] Lars Kanis <lars@greiz-reinsdorf.de>
2+
3+
Bugfixes:
4+
5+
- Properly handle empty host parameter when connecting. #471
6+
7+
18
== v1.4.1 [2022-06-24] Lars Kanis <lars@greiz-reinsdorf.de>
29

310
Bugfixes:

lib/pg/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module PG
22
# Library version
3-
VERSION = '1.4.1'
3+
VERSION = '1.4.2'
44
end

0 commit comments

Comments
 (0)