From dd77a0b83af4c94e0fa9019fa2a967e130283060 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 4 May 2026 19:31:28 +0000 Subject: [PATCH] chore(changelog): v1.2.1 release notes Move [Unreleased] content into [1.2.1] section (2026-04-29). Refresh [Unreleased] to empty for the next cycle. Update version-compare links at bottom of file. https://claude.ai/code/session_01FnnUiouodqJwqdVgV8GbTn --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de08ed0..0d6720d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ## [Unreleased] +## [1.2.1] — 2026-04-29 + +A documentation refresh and infrastructure patch. No changes to detection logic — scan results are identical to v1.2.0. + +### Added +- **CHANGELOG.md** — release history covering v1.0.0 → v1.2.0 in Keep a Changelog format +- **Dependabot** — weekly automated updates for Go modules and GitHub Actions +- **Framework-support issue template** — checklist for detection categories and example agent code + +### Changed +- **GitHub Action** (`inkog-io/inkog@v1`) — downloads pre-built binaries instead of building from source; CI scans run ~10× faster (~60s → ~5s, supports macOS/Linux/Windows + amd64/arm64) +- **CONTRIBUTING.md** — rewritten with Universal IR primer and clearer adapter-contribution guide +- **SECURITY.md** — adds supported versions table, points to GitHub Security Advisories, expands scope to cover the MCP server and GitHub Action + ## [1.2.0] — 2026-04-13 ### Added @@ -68,7 +82,8 @@ Initial public release. - **Multi-framework support** — LangChain, LangGraph, CrewAI, AutoGen, OpenAI Agents, Semantic Kernel, LlamaIndex, Haystack, DSPy, Phidata, Smolagents, PydanticAI, Google ADK, n8n, Flowise, Langflow, Dify, Microsoft Copilot Studio, Salesforce Agentforce. - **Cross-platform builds** — darwin (amd64, arm64), linux (amd64, arm64), windows (amd64). -[Unreleased]: https://github.com/inkog-io/inkog/compare/v1.2.0...HEAD +[Unreleased]: https://github.com/inkog-io/inkog/compare/v1.2.1...HEAD +[1.2.1]: https://github.com/inkog-io/inkog/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/inkog-io/inkog/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/inkog-io/inkog/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/inkog-io/inkog/releases/tag/v1.0.0