diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1ce757865..0df7dbe8c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].
-## [Unreleased]
+## [8.0.0b2] - 2024-06-27
### Added
- env: Added `DIPDUP_JSON_LOG` environment variable to enable JSON logging.
+- cli: Added `--pre` flag to `self` group commands to install pre-release versions.
### Fixed
@@ -1503,7 +1504,8 @@ This release contains no changes except for the version number.
[semantic versioning]: https://semver.org/spec/v2.0.0.html
-[Unreleased]: https://github.com/dipdup-io/dipdup/compare/8.0.0b1...HEAD
+[Unreleased]: https://github.com/dipdup-io/dipdup/compare/8.0.0b2...HEAD
+[8.0.0b2]: https://github.com/dipdup-io/dipdup/compare/8.0.0b1...8.0.0b2
[8.0.0b1]: https://github.com/dipdup-io/dipdup/compare/8.0.0a1...8.0.0b1
[7.5.7]: https://github.com/dipdup-io/dipdup/compare/7.5.6...7.5.7
[7.5.6]: https://github.com/dipdup-io/dipdup/compare/7.5.5...7.5.6
diff --git a/Makefile b/Makefile
index 028290d1e..db7034895 100644
--- a/Makefile
+++ b/Makefile
@@ -95,6 +95,6 @@ before_release: ## Prepare for a new release after updating version in pyproject
make update
make demos
make test
- make docs_build
+ make docs
##
\ No newline at end of file
diff --git a/docs/7.references/1.cli.md b/docs/7.references/1.cli.md
index 6229a4a72..f17c2eab1 100644
--- a/docs/7.references/1.cli.md
+++ b/docs/7.references/1.cli.md
@@ -448,6 +448,12 @@ Discord:
+