diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 35f62d55..8bd818f3 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -7,7 +7,11 @@
-
+
+
+
+
+
diff --git a/docs/changelog.md b/docs/changelog.md
index f462f0c0..638baebc 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -3,6 +3,12 @@
### 4.9.1 - 28/06/2023
- Updated:
* Bullet progress bar color
+ * Logging path to /var/log/slpkg/
+ * Package build with pyproject.toml file (require python3-build)
+
+- Added:
+ * Process log file under /var/log/slpkg/filename_date_time.log
+ * Setting of process log file in the config /etc/slpkg.toml file
### 4.9.0 - 21/06/2023
- Updated:
diff --git a/docs/cli_usage/index.md b/docs/cli_usage/index.md
index a2aecbea..161885f6 100644
--- a/docs/cli_usage/index.md
+++ b/docs/cli_usage/index.md
@@ -1,7 +1,7 @@
# CLI USAGE
```
-slpkg - version 4.8.9
+slpkg - version 4.9.1
USAGE:
slpkg [COMMAND] [OPTIONS] [FILELIST|PACKAGES...]
@@ -15,7 +15,7 @@ COMMANDS:
-c, check-updates Check for news on ChangeLog.txt.
-I, repo-info Prints the repositories information.
-g, configs Edit the configuration file.
- -L, clean-logs Clean dependencies log tracking.
+ -L, clean-logs Clean all logging files.
-T, clean-data Clean all the repositories data.
-D, clean-tmp Delete all the downloaded sources.
-b, build [PACKAGES...] Build only the packages.
diff --git a/docs/install.md b/docs/install.md
index 4aae963f..3d04a1af 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -2,12 +2,12 @@
## Download
-Download the last release: slpkg-4.9.0.tar.gz
+Download the last release: slpkg-4.9.1.tar.gz
## Install
```
-$ tar xvf slpkg-4.9.0.tar.gz
-$ cd slpkg-4.9.0
+$ tar xvf slpkg-4.9.1.tar.gz
+$ cd slpkg-4.9.1
$ ./install.sh
```
The package will be installed as Slackware package.