Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Loading