From cc3fb9161d5ffc606f86c7d3b9e4c2e55b45f138 Mon Sep 17 00:00:00 2001 From: "pact-foundation[bot]" <289648111+pact-foundation[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 23:47:11 +0000 Subject: [PATCH] chore(release): pact-python v3.4.1 --- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecf5b0046..b95a24568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ All notable changes to this project will be documented in this file. +## [pact-python/3.4.1] _2026-06-29_ + +### 🐛 Bug Fixes + +- Pass http transport first to ffi + +### 🛠️ Miscellaneous Tasks + +- _(ci)_ Handle version degeneracy nicely +- Set user agent +- _(ci)_ Use GitHub App token + +### Contributors + +- @JP-Ellis + ## [pact-python/3.4.0] _2026-05-04_ ### 🚀 Features diff --git a/pyproject.toml b/pyproject.toml index b0248ad58..88f3170be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [project] name = "pact-python" -version = "3.4.0" +version = "3.4.1" description = "Tool for creating and verifying consumer-driven contracts using the Pact framework." readme = "README.md" license = { file = "LICENSE" }