Browse Source

Version bump 3.4.0

Сергей Прохоров 7 years ago
parent
commit
84b2821b25
2 changed files with 9 additions and 1 deletions
  1. 8 0
      CHANGES
  2. 1 1
      src/epgsql.app.src

+ 8 - 0
CHANGES

@@ -1,3 +1,11 @@
+In 3.4.0
+
+* Use rebar3 as default build and test tool
+* Move tests to common test; launch test postgresql server from Erlang
+* Compatibility with Erlang 20
+* `ssl_options` connection option fixed
+* New types: int8range and int4range
+
 In 3.3.0
 
 * Streaming replication protocol support (epgsql may act like PostgreSQL slave)

+ 1 - 1
src/epgsql.app.src

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