diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a0d139ea9..27608dc33b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 This changelog format was introduced in NAV 5.4.0. Older changelogs can be found in the [HISTORY](HISTORY) file. -## [Unreleased] - +## [5.8.0] - 2023-11-24 ### Added diff --git a/doc/conf.py b/doc/conf.py index 3cc298ea95..b6fc086a17 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -59,7 +59,7 @@ # built documents. # # The short X.Y version. -version = 'dev' +version = '5.8' # version = '.'.join(buildconf.VERSION.split('.')[:2]) # The full version, including alpha/beta/rc tags. release = buildconf.VERSION