Bump version to 1.9

This commit is contained in:
Christopher Jones 2016-05-16 09:19:15 +10:00
parent db5950f1cf
commit 5cf80c44a0
5 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,7 @@
# Change Log
## node-oracledb v1.9.0 (DD Mon YYYY)
## node-oracledb v1.8.0 (24 Mar 2016)
- Added `connection.queryStream()` for returning query results using a

View File

@ -1,4 +1,4 @@
# node-oracledb version 1.8
# node-oracledb version 1.9
## <a name="about"></a> About node-oracledb

View File

@ -1,4 +1,4 @@
# node-oracledb 1.8: Documentation for the Oracle Database Node.js Add-on
# node-oracledb 1.9: Documentation for the Oracle Database Node.js Add-on
*Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.*

View File

@ -1,6 +1,6 @@
{
"name": "oracledb",
"version": "1.8.0",
"version": "1.9.0",
"description": "Oracle Database driver by Oracle Corp.",
"license": "Apache-2.0",
"homepage": "http://www.oracle.com/technetwork/database/database-technologies/scripting-languages/node_js/",

View File

@ -69,7 +69,7 @@ using namespace v8;
/* Keep the version in sync with package.json */
#define NJS_NODE_ORACLEDB_MAJOR 1
#define NJS_NODE_ORACLEDB_MINOR 8
#define NJS_NODE_ORACLEDB_MINOR 9
#define NJS_NODE_ORACLEDB_PATCH 0
/* Used for Oracledb.version */