What is a Changelog?
The changelog tracks notable changes to Factagora products, split into two independent release tracks:- API — the Factagora API, for developers integrating against it
- Extension — the DeepVerify Chrome extension, for end users
API Versioning
The API follows Semantic Versioning:MAJOR.MINOR.PATCH.
Versions in the
0.y.z range are considered early development, so anything may change. Stability is guaranteed from 1.0.0 onwards.
Only changes to the publicly documented APIs are recorded here. Internal endpoints are excluded.
Extension Versioning
The DeepVerify Chrome extension is versioned by itsmanifest.json version and auto-updates for all users, so there’s no compatibility concern to call out — releases just describe what changed.

