diff --git a/docs/source/upgrade/CHANGELOG.md b/docs/source/upgrade/CHANGELOG.md index dee1262e1..cedbdfc78 100644 --- a/docs/source/upgrade/CHANGELOG.md +++ b/docs/source/upgrade/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.3.5 - 24 Feb 2023 + +### Updated + +- [#694](https://github.com/scylladb/sphinx-scylladb-theme/pull/694): The sidebar highlights the current project you are viewing. +- [#694](https://github.com/scylladb/sphinx-scylladb-theme/pull/694): The breadcrumbs now add a link to the root site docs.scylladb.com. +- [#694](https://github.com/scylladb/sphinx-scylladb-theme/pull/694): The navigation bar links to the new enteprise docs site. + ## 1.3.4 - 13 Dec 2022 ### Added diff --git a/pyproject.toml b/pyproject.toml index 2dddde352..5508f4a07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sphinx-scylladb-theme" -version = "1.3.4" +version = "1.3.5" description = "A Sphinx Theme for ScyllaDB documentation projects" authors = ["David GarcĂ­a "] exclude = [".github", "config", "docs", "extensions", ".postcss.config.js", ".prettierrc.json", "deploy.sh", "src", "package.json", "package-lock.json"]