From 028d8525d28f971ad11a418495c8656715a20aa8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 18 Jun 2026 09:27:03 +0000 Subject: [PATCH] chore(release): pact-python v3.4.1 --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecf5b0046..33a76aa40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ All notable changes to this project will be documented in this file. +## [pact-python/3.4.1] _2026-06-18_ + +### 🛠️ Miscellaneous Tasks + +- _(ci)_ Handle version degeneracy nicely +- Set user agent + +### Contributors + +- @JP-Ellis + ## [pact-python/3.4.0] _2026-05-04_ ### 🚀 Features diff --git a/pyproject.toml b/pyproject.toml index d381025d1..7b3f0894f 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" }