From 872b562a059b0bedc0863d913380a5fc9d9c1a05 Mon Sep 17 00:00:00 2001 From: Pete Cornish Date: Tue, 1 Oct 2024 15:53:34 +0100 Subject: [PATCH] build: release v4.0.4. --- CHANGELOG.md | 16 ++++++++++++++++ gradle.properties | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df8f1c1c1..34cbd06a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.0.4] - 2024-10-01 +### Changed +- chore(deps): bump actions/setup-python from 5.1.1 to 5.2.0 +- chore(deps): bump org.apache.maven.plugins:maven-deploy-plugin +- chore(deps): bump org.apache.maven.plugins:maven-site-plugin +- chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin +- chore(deps): bump org.testcontainers:localstack from 1.17.6 to 1.20.2 +- refactor(openapi): converts examples to inner types. +- test(awslambda): removed unnecessary test data. +- test(lambda): improves coverage for lambda requests with query strings. + +### Fixed +- fix(awslambda): adds failing test case for IllegalStateException when returning 404. +- fix(awslambda): attributes should persist between exchanges for the same request/response pair. +- fix: ignore invalid expressions when parsing config. + ## [4.0.3] - 2024-08-19 ### Changed - build: parameterises datafaker version. diff --git a/gradle.properties b/gradle.properties index 2b1ef140f..1cbdf5b32 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -projectVersion=0.0.0-SNAPSHOT +projectVersion=4.0.4