From 7b54b2ab943a01f9ee65dfc9a243d3932b727cb3 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 4 May 2026 19:12:41 +0000 Subject: [PATCH] chore(changelog): v1.2.1 release notes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add [1.2.1] section covering the docs-refresh patch: faster GitHub Action (pre-built binaries, ~10× speedup), Dependabot, framework support issue template, CONTRIBUTING and SECURITY refreshes. Update [Unreleased] compare link to point at v1.2.1...HEAD and add [1.2.1] footer link. https://claude.ai/code/session_0198mydKVxt5WeteK477fb5D --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de08ed0..689d853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ## [Unreleased] +## [1.2.1] — 2026-04-29 + +Documentation refresh and quality-of-life patch. No changes to detection logic — scan results are identical to v1.2.0. + +### Added +- **Dependabot** — weekly automated updates for Go modules and GitHub Actions. +- **Framework support issue template** — dedicated checklist for requesting new framework detection, alongside refreshed bug report, feature request, and PR templates. + +### Changed +- **Faster GitHub Action** — `inkog-io/inkog@v1` now downloads pre-built binaries instead of building from source (~60s → ~5s; cross-platform: macOS/Linux/Windows, amd64/arm64). +- **CONTRIBUTING.md** — rewritten with a Universal IR primer and clearer adapter-contribution guide. +- **SECURITY.md** — adds supported versions table, GitHub Security Advisories link, and expanded scope covering the MCP server and GitHub Action. + ## [1.2.0] — 2026-04-13 ### Added @@ -68,7 +81,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