Skip to content

Commit 3235845

Browse files
committed
2025-07-17, Version 20.19.4-nsolid-v5.7.5 'Iron'
1 parent 2b4d17e commit 3235845

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

doc/changelogs/NSOLID_CHANGELOG_V5_NODE_V20.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!--lint disable maximum-line-length no-literal-urls prohibited-strings-->
44

5+
## 2025-07-17, Version 20.19.4-nsolid-v5.7.5 'Iron'
6+
7+
### Commits
8+
9+
* \[[`f6e6e7ad4e`](https://github.com/nodesource/nsolid/commit/f6e6e7ad4e)] - Merge tag 'v20.19.4' into node-v20.19.4-nsolid-v5.7.5-release (Santiago Gimeno)
10+
* \[[`3c92c0a374`](https://github.com/nodesource/nsolid/commit/3c92c0a374)] - **agents**: add root certs API and use it in OTLPAgent (Santiago Gimeno) [#340](https://github.com/nodesource/nsolid/pull/340)
11+
* \[[`2b4d17e68f`](https://github.com/nodesource/nsolid/commit/2b4d17e68f)] - **agents**: fix linting errors (Santiago Gimeno)
12+
513
## 2025-06-25, Version 20.19.2-nsolid-v5.7.4 'Iron'
614

715
### Commits

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#define NSOLID_MINOR_VERSION 7
3737
#define NSOLID_PATCH_VERSION 5
3838

39-
#define NSOLID_VERSION_IS_RELEASE 0
39+
#define NSOLID_VERSION_IS_RELEASE 1
4040

4141
#ifndef NODE_STRINGIFY
4242
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)