diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d9ce39d3..1d7ed1dd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.10.0](https://github.com/Sanofi-IADC/whispr/compare/v4.9.0...v4.10.0) (2022-11-14) + + +### Features + +* **db:** configurable readPreference ([861c875](https://github.com/Sanofi-IADC/whispr/commit/861c875098e428d449b8269df1ace4a37e35bd23)) + # [4.9.0](https://github.com/Sanofi-IADC/whispr/compare/v4.8.1...v4.9.0) (2022-11-03) diff --git a/package.json b/package.json index 7a4f457a6..fb9d2f021 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanofi-iadc/whispr", - "version": "4.9.0", + "version": "4.10.0", "private": true, "description": "", "author": "",