Skip to content

Commit

Permalink
Changelog notes for handlebars -> pebble conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Nov 5, 2024
1 parent 39ecb9b commit 6dfcc7b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion amazon/secretsmanager/fake/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
dependencies {
implementation(Libs.http4k_template_pebble)
implementation(Libs.http4k_format_moshi)

testImplementation(project(path = ":http4k-connect-amazon-core", configuration = "testArtifacts"))
Expand Down

0 comments on commit 6dfcc7b

Please sign in to comment.