From e6df6249b571ddd59df361692b13ed0cf5ad9a7a Mon Sep 17 00:00:00 2001 From: Scott Gerring Date: Mon, 21 Aug 2023 10:40:06 +0200 Subject: [PATCH 1/2] Add missing bits --- README.md | 6 +++--- mkdocs.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 70cfab314..45689eb10 100644 --- a/README.md +++ b/README.md @@ -20,17 +20,17 @@ Powertools for AWS Lambda (Java) is available in Maven Central. You can use your software.amazon.lambda powertools-tracing - 1.16.1 + 1.17.1 software.amazon.lambda powertools-logging - 1.16.1 + 1.17.1 software.amazon.lambda powertools-metrics - 1.16.1 + 1.17.1 ... diff --git a/mkdocs.yml b/mkdocs.yml index d54ece508..0f9c065a7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -88,7 +88,7 @@ extra_javascript: extra: powertools: - version: 1.16.1 # to update after each release (we do not want snapshot version here) + version: 1.17.0 # to update after each release (we do not want snapshot version here) repo_url: https://github.com/aws-powertools/powertools-lambda-java edit_uri: edit/main/docs From caf2a051ba06a4ef94d8f25e1742c3a98850e0b6 Mon Sep 17 00:00:00 2001 From: Scott Gerring Date: Mon, 21 Aug 2023 10:41:11 +0200 Subject: [PATCH 2/2] And fixed the fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45689eb10..e120bfb00 100644 --- a/README.md +++ b/README.md @@ -20,17 +20,17 @@ Powertools for AWS Lambda (Java) is available in Maven Central. You can use your software.amazon.lambda powertools-tracing - 1.17.1 + 1.17.0 software.amazon.lambda powertools-logging - 1.17.1 + 1.17.0 software.amazon.lambda powertools-metrics - 1.17.1 + 1.17.0 ...