From b1225cb9f8e1450c19372a93539ac899b400d61c Mon Sep 17 00:00:00 2001 From: Gil Forsyth Date: Wed, 5 Aug 2026 13:23:04 -0400 Subject: [PATCH] Update Changelog [skip ci] --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 260a8af..3bfa54b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# cugraph-docs 26.08.00 (5 Aug 2026) + +### 🐛 Bug Fixes +### 📖 Documentation +* Update docs to use NVIDIA Sphinx theme by @bdice in https://github.com/rapidsai/cugraph-docs/pull/205 +### 🛠️ Improvements +* fix(ci): resolve all zizmor findings and add zizmor pre-commit checks by @gforsyth in https://github.com/rapidsai/cugraph-docs/pull/196 +* merge release/26.06 into main by @jameslamb in https://github.com/rapidsai/cugraph-docs/pull/201 +* Add SECURITY.md by @jameslamb in https://github.com/rapidsai/cugraph-docs/pull/197 +* Build and test with CUDA 13.3.0 by @bdice in https://github.com/rapidsai/cugraph-docs/pull/203 +* Use main shared-workflows branch by @bdice in https://github.com/rapidsai/cugraph-docs/pull/204 + + +**Full Changelog**: https://github.com/rapidsai/cugraph-docs/compare/v26.08.00a...release/26.08 + # cugraph-docs 26.06.00 (3 Jun 2026) ### 🐛 Bug Fixes