Skip to content

Commit 872b562

Browse files
committed
build: release v4.0.4.
1 parent 093e952 commit 872b562

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [4.0.4] - 2024-10-01
7+
### Changed
8+
- chore(deps): bump actions/setup-python from 5.1.1 to 5.2.0
9+
- chore(deps): bump org.apache.maven.plugins:maven-deploy-plugin
10+
- chore(deps): bump org.apache.maven.plugins:maven-site-plugin
11+
- chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin
12+
- chore(deps): bump org.testcontainers:localstack from 1.17.6 to 1.20.2
13+
- refactor(openapi): converts examples to inner types.
14+
- test(awslambda): removed unnecessary test data.
15+
- test(lambda): improves coverage for lambda requests with query strings.
16+
17+
### Fixed
18+
- fix(awslambda): adds failing test case for IllegalStateException when returning 404.
19+
- fix(awslambda): attributes should persist between exchanges for the same request/response pair.
20+
- fix: ignore invalid expressions when parsing config.
21+
622
## [4.0.3] - 2024-08-19
723
### Changed
824
- build: parameterises datafaker version.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
projectVersion=0.0.0-SNAPSHOT
1+
projectVersion=4.0.4

0 commit comments

Comments
 (0)