diff --git a/CHANGELOG.md b/CHANGELOG.md index 69ed996..37909ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +### v2.4.13 (2024-09-26) + + +#### Features + +* **gems** + * update to pact (1.65.2) ([dde96f2](/../../commit/dde96f2)) + + +#### Bug Fixes + +* Dockerfile-bundle-base to reduce vulnerabilities ([868ee2e](/../../commit/868ee2e)) + + ### v2.4.12 (2024-08-21) diff --git a/README.md b/README.md index 4bafc3f..792782f 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Creates a standalone pact command line executable using the ruby pact implementa ## Package contents -This version (2.4.12) of the Pact standalone executables package contains: +This version (2.4.13) of the Pact standalone executables package contains: - * pact gem 1.65.1 + * pact gem 1.65.2 * pact-mock_service gem 3.11.2 * pact-support gem 1.20.1 * pact-provider-verifier gem 1.38.1 diff --git a/VERSION b/VERSION index b385137..9c84656 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.12 \ No newline at end of file +2.4.13 \ No newline at end of file