Skip to content

Commit

Permalink
2024-07-08, Version 20.15.1-nsolid-v5.3.1 'Iron'
Browse files Browse the repository at this point in the history
PR-URL: #153
Reviewed-by: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-by: RafaelGSS <rafael.nunu@hotmail.com>
  • Loading branch information
trevnorris committed Jul 8, 2024
1 parent 9d83482 commit b165ab2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion doc/changelogs/NSOLID_CHANGELOG_V5_NODE_V20.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 2024-07-08, Version 20.15.1-nsolid-v5.3.1 'Iron'

### Commits

* \[[`9d83482cae`](https://github.com/nodesource/nsolid/commit/9d83482cae)] - Merge tag 'v20.15.1' into node-v20.15.1-nsolid-v5.3.1-release (Trevor Norris)

## 2024-06-24, Version 20.15.0-nsolid-v5.3.0 'Iron'

### Commits
Expand All @@ -24,7 +30,7 @@
### Commits

* \[[`bda292a068`](https://github.com/nodesource/nsolid/commit/bda292a068)] - Merge tag 'v20.14.0' (Trevor Norris)
* \[[`e31b66b4ea`](https://github.com/nodesource/nsolid/commit/e31b66b4ea)] - **deps**: add grpc@1.52.0 (Santiago Gimeno) [nodesource/nsolid#133](https://github.com/nodesource/nsolid/pull/133)
* \[[`e31b66b4ea`](https://github.com/nodesource/nsolid/commit/e31b66b4ea)] - **deps**: add grpc\@1.52.0 (Santiago Gimeno) [nodesource/nsolid#133](https://github.com/nodesource/nsolid/pull/133)
* \[[`df3e8ac5d8`](https://github.com/nodesource/nsolid/commit/df3e8ac5d8)] - **deps**: update opentelemetry-cpp to 1.15.0 (Santiago Gimeno) [nodesource/nsolid#133](https://github.com/nodesource/nsolid/pull/133)
* \[[`438391b7ba`](https://github.com/nodesource/nsolid/commit/438391b7ba)] - **agents**: add initial gRPC support in OTLPAgent (Santiago Gimeno) [nodesource/nsolid#133](https://github.com/nodesource/nsolid/pull/133)
* \[[`c2e60c6752`](https://github.com/nodesource/nsolid/commit/c2e60c6752)] - **agents**: enable gRPC support in OTLPAgent (Santiago Gimeno) [nodesource/nsolid#134](https://github.com/nodesource/nsolid/pull/134)
Expand Down
2 changes: 1 addition & 1 deletion src/node_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#define NSOLID_MINOR_VERSION 3
#define NSOLID_PATCH_VERSION 1

#define NSOLID_VERSION_IS_RELEASE 0
#define NSOLID_VERSION_IS_RELEASE 1

#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
Expand Down

0 comments on commit b165ab2

Please sign in to comment.