Browse Source

Bump version to 4.7.1

Sergey Prokhorov 1 year ago
parent
commit
71255821c7
2 changed files with 7 additions and 1 deletions
  1. 6 0
      CHANGES
  2. 1 1
      src/epgsql.app.src

+ 6 - 0
CHANGES

@@ -1,3 +1,9 @@
+In 4.7.1
+
+* Handle `ReadyForQuery` after `Error` in replication mode #279
+* Fix the issue with columns in multi-squery response #283
+* Fix compatibility with OTP-26 #284
+
 In 4.7.0
 In 4.7.0
 
 
 * Flow control `{socket_active, N}` option in streaming replication #271
 * Flow control `{socket_active, N}` option in streaming replication #271

+ 1 - 1
src/epgsql.app.src

@@ -1,6 +1,6 @@
 {application, epgsql,
 {application, epgsql,
  [{description, "PostgreSQL Client"},
  [{description, "PostgreSQL Client"},
-  {vsn, "4.7.0"},
+  {vsn, "4.7.1"},
   {modules, []},
   {modules, []},
   {registered, []},
   {registered, []},
   {applications, [kernel,
   {applications, [kernel,