Skip to content

Commit 51cb4bc

Browse files
committed
chore(release): cut v0.1.1
Bump package.json to 0.1.1 and add the matching changelog entry required by the tag-driven release workflow.
1 parent df62a82 commit 51cb4bc

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ Format:
1111

1212
- None yet.
1313

14+
## [v0.1.1] - 2026-03-13
15+
16+
### Changed
17+
- Tack now normalizes public request URLs at the app boundary so AgentCard metadata and x402 payment metadata use the correct public HTTPS origin behind Railway and other trusted proxies.
18+
19+
### Fixed
20+
- Release smoke validation now covers the paid pinning flow more accurately before deployment promotion.
21+
22+
### Docs
23+
- Added `PUBLIC_BASE_URL` guidance for deterministic public URL metadata in Railway deployments.
24+
1425
## [v0.1.0] - 2026-03-10
1526

1627
### Added
@@ -26,5 +37,6 @@ Format:
2637
### Docs
2738
- Added Railway deployment and Taiko x402 smoke runbooks covering volumes, backups, rollback, and go-live validation.
2839

29-
[Unreleased]: https://github.com/ggonzalez94/tack/compare/v0.1.0...HEAD
40+
[Unreleased]: https://github.com/ggonzalez94/tack/compare/v0.1.1...HEAD
41+
[v0.1.1]: https://github.com/ggonzalez94/tack/releases/tag/v0.1.1
3042
[v0.1.0]: https://github.com/ggonzalez94/tack/releases/tag/v0.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tack",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"description": "Pin to IPFS, pay with your wallet. No account needed.",
66
"scripts": {

0 commit comments

Comments
 (0)