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" }