diff --git a/CHANGELOG.md b/docs/pages/changelog.md
similarity index 97%
rename from CHANGELOG.md
rename to docs/pages/changelog.md
index ee5bc19..ce21035 100644
--- a/CHANGELOG.md
+++ b/docs/pages/changelog.md
@@ -1,9 +1,28 @@
+---
+toc_depth: 2
+---
+
# Changelog
All notable changes to this project will be documented in this file.
+## [0.10.0](https://github.com/romm/Valinor/compare/0.9.0...0.10.0) (2022-06-10)
+
+### Notable changes
+
+Documentation is now available at [valinor.cuyz.io](https://valinor.cuyz.io).
+
+### Features
+
+* Support mapping to dates with no time ([e0a529](https://github.com/romm/Valinor/commit/e0a529a7e546c2e3ffb929f819256b90a5f7859a))
+
+### Bug Fixes
+
+* Allow declaring promoted parameter type with `@var` annotation ([d8eb4d](https://github.com/romm/Valinor/commit/d8eb4d830bd0817a5de2d61c8cfa81e7e025064a))
+* Allow mapping iterable to shaped array ([628baf](https://github.com/romm/Valinor/commit/628baf1294aaf3ce65bc5af969073604e2005af8))
+
## [0.9.0](https://github.com/CuyZ/Valinor/compare/0.8.0...0.9.0) (2022-05-23)
### Notable changes
diff --git a/docs/pages/img/valinor-icon.svg b/docs/pages/img/valinor-icon.svg
new file mode 100644
index 0000000..4711bc7
--- /dev/null
+++ b/docs/pages/img/valinor-icon.svg
@@ -0,0 +1,10 @@
+
diff --git a/docs/pages/img/valinor-logo.svg b/docs/pages/img/valinor-logo.svg
new file mode 100644
index 0000000..8570632
--- /dev/null
+++ b/docs/pages/img/valinor-logo.svg
@@ -0,0 +1,12 @@
+
diff --git a/docs/pages/index.md b/docs/pages/index.md
index 19a662d..a288822 100644
--- a/docs/pages/index.md
+++ b/docs/pages/index.md
@@ -12,6 +12,8 @@ Valinor • PHP object mapper with strong type support
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2FCuyZ%2FValinor%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/CuyZ/Valinor/master)
+
+
Valinor is a PHP library that helps to map any input into a strongly-typed value
object structure.