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/fallback-to-charge-for-legacy-sessions.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/frog-action-only.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/refresh-expired-access-keys.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/reject-untrusted-session-escrow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/update-production-dependencies.md

This file was deleted.

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

## 0.7.1 (2026-08-15)

### Patch Changes

- Fall back to compatible charge challenges when servers also offer legacy Tempo sessions.
- Report stale access keys before payment construction and direct users to refresh them.
- Reject Tempo session challenges and automatic top-ups that target noncanonical escrow contracts.
- Update production dependencies while preserving direct MCP tool discovery.

## 0.7.0 (2026-08-01)

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wallet-cli",
"version": "0.7.0",
"version": "0.7.1",
"description": "Tempo wallet and request CLI extension package",
"homepage": "https://github.com/tempoxyz/wallet-cli#readme",
"bugs": {
Expand Down