From c4181d34df3f094b3dacbdfa6a00eb44148499f3 Mon Sep 17 00:00:00 2001 From: Mitch Dawson Date: Tue, 7 Nov 2023 22:49:30 +0000 Subject: [PATCH] :memo: Update changelog and config.json for v1.0.11 --- containers/daap-docs/CHANGELOG.md | 10 ++++++++++ containers/daap-docs/config.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/containers/daap-docs/CHANGELOG.md b/containers/daap-docs/CHANGELOG.md index 6138b59a9d..b66e23a459 100644 --- a/containers/daap-docs/CHANGELOG.md +++ b/containers/daap-docs/CHANGELOG.md @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.11] 2023-11-07 + +### Changed + +- upload data now reflects POST + +### Removed + +- references to deleteTable schema + ## [1.0.10] 2023-11-07 ### Added diff --git a/containers/daap-docs/config.json b/containers/daap-docs/config.json index 94e1d1d7bb..94b05ef403 100644 --- a/containers/daap-docs/config.json +++ b/containers/daap-docs/config.json @@ -1,6 +1,6 @@ { "name": "daap-docs", - "version": "1.0.10", + "version": "1.0.11", "registry": "ecr", "ecr": { "role": "arn:aws:iam::013433889002:role/modernisation-platform-oidc-cicd",