From f8dc508d23e96f2ae4934c5ac27f1f08894f756f Mon Sep 17 00:00:00 2001 From: "pact-foundation[bot]" <289648111+pact-foundation[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 23:27:56 +0000 Subject: [PATCH] chore(release): pact-python v3.4.2 --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64395fe1e..82fcc873f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ All notable changes to this project will be documented in this file. +## [pact-python/3.4.2] _2026-09-22_ + +### 🛠️ Miscellaneous Tasks + +- _(ci)_ Standardize renovate config + +### Contributors + +- @JP-Ellis + ## [pact-python/3.4.1] _2026-09-17_ ### 🐛 Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 1dee9a9b0..f8e1e5a01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [project] name = "pact-python" -version = "3.4.1" +version = "3.4.2" description = "Tool for creating and verifying consumer-driven contracts using the Pact framework." readme = "README.md" license = { file = "LICENSE" }