Skip to content

Commit 6c39f3c

Browse files
chore(main): release 1.7.1 (#115)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 43d12c7 commit 6c39f3c

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.7.0"
2+
".": "1.7.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.7.1](https://github.com/aibtcdev/x402-api/compare/v1.7.0...v1.7.1) (2026-04-30)
4+
5+
6+
### Bug Fixes
7+
8+
* **ax-discovery:** bind agent card URLs to request origin ([#114](https://github.com/aibtcdev/x402-api/issues/114)) ([9f53811](https://github.com/aibtcdev/x402-api/commit/9f53811886b388ec14fe6445a92ae24adcbe599e))
9+
* **payment-middleware:** fail closed when X402_SERVER_ADDRESS missing outside dev ([#116](https://github.com/aibtcdev/x402-api/issues/116)) ([43d12c7](https://github.com/aibtcdev/x402-api/commit/43d12c7e161a6c9843eef84e1801ba4c6737d1db))
10+
311
## [1.7.0](https://github.com/aibtcdev/x402-api/compare/v1.6.2...v1.7.0) (2026-04-29)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "x402-api",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"private": true,
55
"scripts": {
66
"dev": "npm run wrangler -- dev",

0 commit comments

Comments
 (0)