From 12eb4045f7f0ea9fa8140057b950ac96c2956cce Mon Sep 17 00:00:00 2001 From: rotorsoft Date: Tue, 12 Sep 2023 19:29:45 +0000 Subject: [PATCH] chore(release): @rotorsoft/eventually-pg-v5.5.16 --- CHANGELOG.md | 3 +++ libs/eventually-pg/package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71e999b7..92b29f4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +#### 2023-09-12 [+/-](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/eventually-pg-v5.5.15...@rotorsoft/eventually-pg-v5.5.16) @rotorsoft/eventually-pg-v5.5.16 + - PATCH [8cdb3fa4](https://github.com/Rotorsoft/eventually-monorepo/commit/8cdb3fa44a8287b4e692c49b734abc597db042eb) fix: add aws credentials to config + - PATCH [0e542908](https://github.com/Rotorsoft/eventually-monorepo/commit/0e54290885a18dd3a1559ae1ba34f182ca845372) fix: finish dynamo stores demo #### 2023-09-12 [+/-](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/eventually-v5.7.17...@rotorsoft/eventually-v5.7.18) @rotorsoft/eventually-v5.7.18 - PATCH [0e542908](https://github.com/Rotorsoft/eventually-monorepo/commit/0e54290885a18dd3a1559ae1ba34f182ca845372) fix: finish dynamo stores demo #### 2023-09-11 [+/-](https://github.com/Rotorsoft/eventually-monorepo/compare/@rotorsoft/eventually-azure-v0.1.1...@rotorsoft/eventually-azure-v0.1.2) @rotorsoft/eventually-azure-v0.1.2 diff --git a/libs/eventually-pg/package.json b/libs/eventually-pg/package.json index e245acd4..12086a91 100644 --- a/libs/eventually-pg/package.json +++ b/libs/eventually-pg/package.json @@ -1,6 +1,6 @@ { "name": "@rotorsoft/eventually-pg", - "version": "5.5.15", + "version": "5.5.16", "description": "Eventually Framework Postgres Services", "author": { "name": "rotorsoft",