Browse Source

Bump version to 4.6.1

Sergey Prokhorov 2 years ago
parent
commit
39d9662a22
2 changed files with 6 additions and 1 deletions
  1. 5 0
      CHANGES
  2. 1 1
      src/epgsql.app.src

+ 5 - 0
CHANGES

@@ -1,3 +1,8 @@
+In 4.6.1
+
+* Introduce `get_backend_pid` function #270
+* Fix dialyzer error in `get_parameter` #274
+
 In 4.6.0
 
 * Full OTP-24 compatibility #255, #262, #263

+ 1 - 1
src/epgsql.app.src

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