diff --git a/CHANGELOG.md b/CHANGELOG.md
index 150963f..0852d17 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,10 @@
# Changelog
-## [1.0.7] - 2023-11-04
+## [1.0.8] - 2023-11-04
### Fixed
-- Resolved an issue where files from the disk could not be loaded without a leading slash.
+- The path on the allowed sources now allows an empty string instead of "/". This way you can access files without the leading slash on disks now.
## [1.0.6] - 2022-09-23
diff --git a/docs/src.md b/docs/src.md
index 807e3f2..7542dc5 100644
--- a/docs/src.md
+++ b/docs/src.md
@@ -30,7 +30,7 @@ Returns the `RolandStarke\Thumbnail\Thumbnail` object for method chaining.
## Examples
```php {% raw %}
-
+