diff --git a/CHANGELOG.md b/CHANGELOG.md index fc1a808..7b7575c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,25 @@ All notable changes to the Porkbun DNS skill will be documented in this file. --- +## [1.0.1] - 2026-02-11 + +### Added +- `package.json` with complete OpenClaw skill metadata +- `CHANGELOG.md` for version tracking +- `LICENSE` (MIT) for proper licensing + +### Changed +- `package.json` now explicitly declares required environment variables (`PORKBUN_API_KEY`, `PORKBUN_SECRET_API_KEY`) +- Documented config file path: `~/.config/porkbun/config.json` +- Updated `README.md` with enhanced installation instructions +- Added references to CHANGELOG, LICENSE, and package.json in README + +### Security +- Addressed security scanner recommendations by transparently declaring credential requirements +- Clearly documented where credentials are stored and how they're used + +--- + ## [Unreleased] ### Planned diff --git a/package.json b/package.json index 847ab2e..f00ae2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "porkbun-dns", - "version": "1.0.0", + "version": "1.0.1", "description": "Manage Porkbun DNS records and domains via API v3. Create, read, update, and delete DNS records for domains managed by Porkbun.", "homepage": "http://git.theta42.com/nova/porkbun-skill", "author": {