From 6dfcc7b7819e3a49c0334ac328e2a48ac696af22 Mon Sep 17 00:00:00 2001 From: David Denton Date: Tue, 5 Nov 2024 20:35:54 +0000 Subject: [PATCH] Changelog notes for handlebars -> pebble conversion --- CHANGELOG.md | 12 ++++++++++++ amazon/secretsmanager/fake/build.gradle.kts | 1 - 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbe60a70a..81c271105 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ changes with their rationale when appropriate. Given version `A.B.C.D`, breaking ### v5.25.2.0 (uncut) - **http4k-connect-*** - Upgrade dependencies +- **http4k-connect-ai-azure-fake*** - Replace Handlebars with Pebble (licence reasons) +- **http4k-connect-ai-lmstudio-fake*** - Replace Handlebars with Pebble (licence reasons) +- **http4k-connect-ai-ollama-fake*** - Replace Handlebars with Pebble (licence reasons) +- **http4k-connect-ai-openai-fake*** - Replace Handlebars with Pebble (licence reasons) +- **http4k-connect-amazon-cloudfront-fake*** - Replace Handlebars with Pebble (licence reasons) +- **http4k-connect-amazon-s3-fake*** - Replace Handlebars with Pebble (licence reasons) +- **http4k-connect-amazon-secretsmanager-fake*** - Replace Handlebars with Pebble (licence reasons) +- **http4k-connect-amazon-ses*** - Replace Handlebars with Pebble (licence reasons) +- **http4k-connect-amazon-ses-fake*** - Replace Handlebars with Pebble (licence reasons) +- **http4k-connect-amazon-sns-fake*** - Replace Handlebars with Pebble (licence reasons) +- **http4k-connect-amazon-sqs-fake*** - Replace Handlebars with Pebble (licence reasons) +- **http4k-connect-amazon-sts-fake*** - Replace Handlebars with Pebble (licence reasons) ### v5.25.1.0 - **http4k-connect-*** - Upgrade dependencies diff --git a/amazon/secretsmanager/fake/build.gradle.kts b/amazon/secretsmanager/fake/build.gradle.kts index a3e356f42..142087d86 100644 --- a/amazon/secretsmanager/fake/build.gradle.kts +++ b/amazon/secretsmanager/fake/build.gradle.kts @@ -1,5 +1,4 @@ dependencies { - implementation(Libs.http4k_template_pebble) implementation(Libs.http4k_format_moshi) testImplementation(project(path = ":http4k-connect-amazon-core", configuration = "testArtifacts"))