Browse Source

Version bump: 4.1.0

Сергей Прохоров 7 years ago
parent
commit
16801edef8
2 changed files with 11 additions and 1 deletions
  1. 10 0
      CHANGES
  2. 1 1
      src/epgsql.app.src

+ 10 - 0
CHANGES

@@ -1,3 +1,13 @@
+In 4.1.0
+
+* Fix Erlang 21 `get_stacktrace/0` warnings
+* Fix broken backward-compatibility in `bpchar` datatype
+* Fix compatibility issues between the newest rebar3 and Erlang R16
+
+In 4.0.1
+
+* Minor build bug fixed
+
 In 4.0.0
 In 4.0.0
 
 
 Changes:
 Changes:

+ 1 - 1
src/epgsql.app.src

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