Skip to content

Commit

Permalink
Update for 6.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sharadraju committed Feb 11, 2025
1 parent 1d0ee74 commit 1aef678
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# node-oracledb version 6.7.1
# node-oracledb version 6.7.2

The node-oracledb add-on for Node.js powers high performance Oracle Database
applications. Applications can be written in TypeScript, or directly in
JavaScript.

Use node-oracledb 6.7.1 to connect Node.js 14.6, or later, to Oracle
Use node-oracledb 6.7.2 to connect Node.js 14.6, or later, to Oracle
Database. Older versions of node-oracledb may work with older versions of
Node.js.

Expand Down Expand Up @@ -48,7 +48,7 @@ vulnerability disclosure process.

## License

Copyright (c) 2015, 2024, Oracle and/or its affiliates.
Copyright (c) 2015, 2025, Oracle and/or its affiliates.

This software is dual-licensed to you under the Universal Permissive License
(UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl and Apache License
Expand Down
2 changes: 1 addition & 1 deletion doc/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#
# The short X.Y version.
version = '6.7'
release = '6.7.1'
release = '6.7.2'

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down
9 changes: 9 additions & 0 deletions doc/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ node-oracledb Release Notes
For deprecated and desupported features, see
:ref:`Deprecations and desupported features <deprecations>`.

node-oracledb `v6.7.2 <https://github.com/oracle/node-oracledb/compare/v6.7.1...v6.7.2>`__ (11 Feb 2025)
---------------------------------------------------------------------------------------------------------

Common Changes
++++++++++++++

#) Fixed an incorrect packaging issue with version 6.7.1. There are no code
changes included in this release.

node-oracledb `v6.7.1 <https://github.com/oracle/node-oracledb/compare/v6.7.0...v6.7.1>`__ (23 Dec 2024)
---------------------------------------------------------------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions lib/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023, 2024, Oracle and/or its affiliates.
// Copyright (c) 2023, 2025, Oracle and/or its affiliates.

//-----------------------------------------------------------------------------
//
Expand Down Expand Up @@ -31,6 +31,6 @@
module.exports = {
VERSION_MAJOR: 6,
VERSION_MINOR: 7,
VERSION_PATCH: 1,
VERSION_PATCH: 2,
VERSION_SUFFIX: ''
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oracledb",
"version": "6.7.1",
"version": "6.7.2",
"description": "A Node.js module for Oracle Database access from JavaScript and TypeScript",
"license": "(Apache-2.0 OR UPL-1.0)",
"homepage": "http://oracle.github.io/node-oracledb/",
Expand Down

0 comments on commit 1aef678

Please sign in to comment.