Skip to content

Commit 1aef678

Browse files
committed
Update for 6.7.2
1 parent 1d0ee74 commit 1aef678

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# node-oracledb version 6.7.1
1+
# node-oracledb version 6.7.2
22

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

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

@@ -48,7 +48,7 @@ vulnerability disclosure process.
4848

4949
## License
5050

51-
Copyright (c) 2015, 2024, Oracle and/or its affiliates.
51+
Copyright (c) 2015, 2025, Oracle and/or its affiliates.
5252

5353
This software is dual-licensed to you under the Universal Permissive License
5454
(UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl and Apache License

doc/src/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
#
4848
# The short X.Y version.
4949
version = '6.7'
50-
release = '6.7.1'
50+
release = '6.7.2'
5151

5252
# There are two options for replacing |today|: either, you set today to some
5353
# non-false value, then it is used:

doc/src/release_notes.rst

+9
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ node-oracledb Release Notes
88
For deprecated and desupported features, see
99
:ref:`Deprecations and desupported features <deprecations>`.
1010

11+
node-oracledb `v6.7.2 <https://github.com/oracle/node-oracledb/compare/v6.7.1...v6.7.2>`__ (11 Feb 2025)
12+
---------------------------------------------------------------------------------------------------------
13+
14+
Common Changes
15+
++++++++++++++
16+
17+
#) Fixed an incorrect packaging issue with version 6.7.1. There are no code
18+
changes included in this release.
19+
1120
node-oracledb `v6.7.1 <https://github.com/oracle/node-oracledb/compare/v6.7.0...v6.7.1>`__ (23 Dec 2024)
1221
---------------------------------------------------------------------------------------------------------
1322

lib/version.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023, 2024, Oracle and/or its affiliates.
1+
// Copyright (c) 2023, 2025, Oracle and/or its affiliates.
22

33
//-----------------------------------------------------------------------------
44
//
@@ -31,6 +31,6 @@
3131
module.exports = {
3232
VERSION_MAJOR: 6,
3333
VERSION_MINOR: 7,
34-
VERSION_PATCH: 1,
34+
VERSION_PATCH: 2,
3535
VERSION_SUFFIX: ''
3636
};

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oracledb",
3-
"version": "6.7.1",
3+
"version": "6.7.2",
44
"description": "A Node.js module for Oracle Database access from JavaScript and TypeScript",
55
"license": "(Apache-2.0 OR UPL-1.0)",
66
"homepage": "http://oracle.github.io/node-oracledb/",

0 commit comments

Comments
 (0)