diff --git a/CHANGELOG.md b/CHANGELOG.md index d91b2856..ec644415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +#### 2023-09-04 [+/-](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/eventually-v5.7.14...@rotorsoft/eventually-v5.7.15) @rotorsoft/eventually-v5.7.15 + - PATCH [8e669a48](https://github.com/Rotorsoft/eventually-monorepo/commit/8e669a48aeb563b00fd673402268dd7367e47435) fix: drain broker in serverless command #### 2023-09-03 [+/-](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/eventually-express-v5.7.7...@rotorsoft/eventually-express-v5.7.8) @rotorsoft/eventually-express-v5.7.8 - PATCH [94bdd453](https://github.com/Rotorsoft/eventually-monorepo/commit/94bdd4534fcd60fdd119df5ffc50c2f013d32cf9) fix: add response mapper to proxy #### 2023-09-03 [+/-](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/eventually-v5.7.13...@rotorsoft/eventually-v5.7.14) @rotorsoft/eventually-v5.7.14 diff --git a/libs/eventually/package.json b/libs/eventually/package.json index 2d3198fb..c670fe51 100644 --- a/libs/eventually/package.json +++ b/libs/eventually/package.json @@ -1,6 +1,6 @@ { "name": "@rotorsoft/eventually", - "version": "5.7.14", + "version": "5.7.15", "description": "Eventually Framework", "author": "rotorsoft", "license": "MIT",