Skip to content

Commit 2525126

Browse files
committed
Bump VERSION to 1.4.1 and add release notes
1 parent 6fd03f5 commit 2525126

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

History.rdoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
== v1.4.1 [2022-06-24] Lars Kanis <[email protected]>
2+
3+
Bugfixes:
4+
5+
- Fix another ruby-2.7 keyword warning. #465
6+
- Allow PG::Error to be created without arguments. #466
7+
8+
19
== v1.4.0 [2022-06-20] Lars Kanis <[email protected]>
210

311
Added:

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.0'
3+
VERSION = '1.4.1'
44
end

0 commit comments

Comments
 (0)