From 1049642d4fa61b732c86b9126dc8d23b169283f9 Mon Sep 17 00:00:00 2001 From: Jake Fineman Date: Wed, 2 Sep 2026 19:03:22 -0400 Subject: [PATCH] docs(changelog): sync CHANGELOG.md with tagged and current versions Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01K9mRh8G2ugbUt2kaXvFvF6 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f99a84..5e3d937 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,3 +5,27 @@ All notable changes to this project are documented here. The format is based on [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +- `wave webhook-subscriptions list|create` — manage the platform's own event-subscription + surface, distinct from `wave connect` third-party webhooks (#37). +- `wave identity resolve ` — resolve an agent identity through the fleet directory + (#37). + +## [1.0.8] - 2026-08-04 +### Changed +- License changed to Apache-2.0, replacing MIT. Adds a NOTICE reserving the WAVE trademarks. No + code or API changes (#5). +- Repository history now contains the source for this version, rebuilt byte-identically from the + sourcemaps shipped in the published npm tarball (#18). Versions 1.0.1 through 1.0.7 were + published to the npm registry between 2026-04-02 and 2026-04-03 but were never committed to + this repository, so they have no individually dated section here; their recovered source + landed in this same commit. + +## [1.0.0] - 2026-04-05 +### Added +- Initial public repository: README, LICENSE (MIT at the time), SECURITY.md. +### Fixed +- Corrected legal entity name to WAVE Online, LLC. + +[Unreleased]: https://github.com/wave-av/cli/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/wave-av/cli/releases/tag/v1.0.0