diff --git a/CHANGELOG.md b/CHANGELOG.md index ecf5b0046..6ea5db275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,27 @@ All notable changes to this project will be documented in this file. +## [pact-python/3.4.1] _2026-08-11_ + +### 🐛 Bug Fixes + +- Pass http transport first to ffi +- Report message handler failures instead of transport errors +- Report unserialisable messages instead of transport errors + +### 🛠️ Miscellaneous Tasks + +- _(ci)_ Handle version degeneracy nicely +- Set user agent +- _(ci)_ Use GitHub App token +- Replace deprecated codecov action +- _(tests)_ Narrow message producer before accessing its handler + +### Contributors + +- @JP-Ellis +- @Endika + ## [pact-python/3.4.0] _2026-05-04_ ### 🚀 Features diff --git a/pyproject.toml b/pyproject.toml index 75d176e07..dd5cd2178 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" }