Skip to content

Commit 3f3ad48

Browse files
chore: release v11.23.1 (#2344)
1 parent 39eb842 commit 3f3ad48

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### v11.23.1 (2024-07-11)
2+
3+
#### Bug fixes
4+
5+
* Updated redis v4 instrumentation to work with transactions(multi/exec) ([#2343](https://github.com/newrelic/node-newrelic/pull/2343)) ([39eb842](https://github.com/newrelic/node-newrelic/commit/39eb8421b84f7fe298acf5c9c89de31ee0cc2604))
6+
7+
#### Documentation
8+
9+
* Updated compatibility report ([#2342](https://github.com/newrelic/node-newrelic/pull/2342)) ([5c9e3e6](https://github.com/newrelic/node-newrelic/commit/5c9e3e6bfa8a388c7dd071ecb0231b069f065645))
10+
111
### v11.23.0 (2024-07-10)
212

313
#### Features

changelog.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
{
22
"repository": "newrelic/node-newrelic",
33
"entries": [
4+
{
5+
"version": "11.23.1",
6+
"changes": {
7+
"security": [],
8+
"bugfixes": [
9+
"Updated redis v4 instrumentation to work with transactions(multi/exec)"
10+
],
11+
"features": []
12+
}
13+
},
414
{
515
"version": "11.23.0",
616
"changes": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "newrelic",
3-
"version": "11.23.0",
3+
"version": "11.23.1",
44
"author": "New Relic Node.js agent team <nodejs@newrelic.com>",
55
"license": "Apache-2.0",
66
"contributors": [

0 commit comments

Comments
 (0)