diff --git a/docs/pages/project/changelog.md b/docs/pages/project/changelog.md index 4043637a..1fc888c7 100644 --- a/docs/pages/project/changelog.md +++ b/docs/pages/project/changelog.md @@ -9,6 +9,7 @@ Below are listed the changelogs for all released versions of the library. ## Version 1 +- [`1.8.1` — 8th of January 2024](changelog/version-1.8.0.md) - [`1.8.0` — 26th of December 2023](changelog/version-1.8.0.md) - [`1.7.0` — 23rd of October 2023](changelog/version-1.7.0.md) - [`1.6.1` — 11th of October 2023](changelog/version-1.6.1.md) diff --git a/docs/pages/project/changelog/version-1.8.1.md b/docs/pages/project/changelog/version-1.8.1.md new file mode 100644 index 00000000..b02422fb --- /dev/null +++ b/docs/pages/project/changelog/version-1.8.1.md @@ -0,0 +1,8 @@ +# Changelog 1.8.1 — 8th of January 2024 + +!!! info inline end "[See release on GitHub]" + [See release on GitHub]: https://github.com/CuyZ/Valinor/releases/tag/1.8.1 + +### Bug Fixes + +* Properly detect namespaced class in docblock ([6f7c77](https://github.com/CuyZ/Valinor/commit/6f7c77c362dc65765dd9ff020ddbd05b611d48b3))