Skip to content

Commit

Permalink
chore(release): 0.16.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kkopanidis committed Feb 6, 2024
1 parent 812cfd8 commit 92bb364
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.16.0-rc.5](https://github.com/ConduitPlatform/Conduit/compare/v0.16.0-rc.4...v0.16.0-rc.5) (2024-02-06)


### Features

* **grpc-sdk:** set maxRetriesPerRequest null in redis clients ([c260a76](https://github.com/ConduitPlatform/Conduit/commit/c260a7616475086c82061969aada22b181fd928a))


### Bug Fixes

* **core:** config manager route recovery broken ([812cfd8](https://github.com/ConduitPlatform/Conduit/commit/812cfd84739601d875cbd914f26a68960f55c12e))

## [0.16.0-rc.4](https://github.com/ConduitPlatform/Conduit/compare/v0.16.0-rc.3...v0.16.0-rc.4) (2024-01-31)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conduit",
"version": "0.16.0-rc.4",
"version": "0.16.0-rc.5",
"description": "",
"main": "index.js",
"private": true,
Expand Down

0 comments on commit 92bb364

Please sign in to comment.