Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ All notable changes to this project will be documented in this file.
<!-- markdownlint-disable emph-style -->
<!-- markdownlint-disable strong-style -->

## [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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down