Skip to content
Open
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
5 changes: 0 additions & 5 deletions .changelog/calm-otters-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/ugly-whales-build.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.12.0 (2026-09-02)

### Minor Changes

- Added `extensions` field to `Receipt` to capture and preserve method-specific top-level fields (e.g. Tempo-specific fields like `challengeId`, `originTxHash`) during parsing and round-tripping of Payment-Receipt headers. (by @mpp-agricola[bot], [#239](https://github.com/tempoxyz/pympp/pull/239))

### Patch Changes

- Added a machine-payment metadata field to every Stripe PaymentIntent created by pympp. (by @bensandler-stripe, [#233](https://github.com/tempoxyz/pympp/pull/233))

## 0.11.0 (2026-08-28)

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pympp"
version = "0.11.0"
version = "0.12.0"
description = "Python SDK for the Machine Payments Protocol (MPP)"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
Loading