From a7781c3b05a9b118e350038a3f513e74c826e896 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 4 Jun 2026 05:20:30 +0000 Subject: [PATCH] chore(release): pact-python v3.4.1 --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecf5b0046..124c72b06 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.1] _2026-06-04_ + +### ⚙️ Miscellaneous Tasks + +- _(ci)_ Handle version degeneracy nicely + +### Contributors + +- @JP-Ellis + ## [pact-python/3.4.0] _2026-05-04_ ### 🚀 Features diff --git a/pyproject.toml b/pyproject.toml index fcccc9041..8dcd37ff1 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" }