diff --git a/CHANGELOG.md b/CHANGELOG.md index 6590162d..06f7e81f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +#### 2023-09-19 [+/-](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/eventually-openapi-v0.5.10...@rotorsoft/eventually-openapi-v0.5.11) @rotorsoft/eventually-openapi-v0.5.11 + - PATCH [a6791f3a](https://github.com/Rotorsoft/eventually-monorepo/commit/a6791f3a19b1d98f274baec256f37b2837fa0cf4) fix: partial dynamo store #### 2023-09-19 [+/-](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/eventually-v5.7.19...@rotorsoft/eventually-v5.7.20) @rotorsoft/eventually-v5.7.20 - PATCH [a6791f3a](https://github.com/Rotorsoft/eventually-monorepo/commit/a6791f3a19b1d98f274baec256f37b2837fa0cf4) fix: partial dynamo store #### 2023-09-13 [+/-](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/eventually-azure-v0.1.2...@rotorsoft/eventually-azure-v0.1.3) @rotorsoft/eventually-azure-v0.1.3 diff --git a/libs/eventually-openapi/package.json b/libs/eventually-openapi/package.json index 71e4aa66..23dfc4bd 100644 --- a/libs/eventually-openapi/package.json +++ b/libs/eventually-openapi/package.json @@ -1,6 +1,6 @@ { "name": "@rotorsoft/eventually-openapi", - "version": "0.5.10", + "version": "0.5.11", "description": "Eventually OpenAPI Utilities", "author": "rotorsoft", "license": "MIT",