From 5a83dc4dd256da0516e0eeacbd29ed5102498d5f Mon Sep 17 00:00:00 2001 From: shrey-rajvanshi Date: Tue, 16 Jun 2026 20:30:35 +0530 Subject: [PATCH] docs(changelog): link 1.1.0 to the new SDK + v2 async docs pages (SEG-306) The Python SDK guide and v2 async API reference are now live on docs.segmind.com. Point the 1.1.0 changelog entry at them so users landing on the changelog find the full docs. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 791b00e..daf4699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ This release redefines the inference verbs to make **async the default** and adds a normalized **LLM chat** surface. Adoption was effectively zero, so the verb flip ships without a deprecation cycle. +> ๐Ÿ“– **Docs:** [Python SDK guide](https://docs.segmind.com/docs/sdks/python) ยท +> [v2 async API reference](https://docs.segmind.com/docs/serverless-api/async-inference) + ### Breaking โ€” verb redefinition (SEG-354) | Verb | 1.1.0 behavior | Was (โ‰ค1.0.x) |