diff --git a/CHANGELOG.md b/CHANGELOG.md
index 43341c5..c95fae2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,25 @@
All notable changes to `platform` will be documented in this file.
+## v1.6.3 - 2024-04-25
+
+**Full Changelog**: https://github.com/envor/platform/compare/v1.6.2...v1.6.3
+
+## v1.6.2 - 2024-04-25
+
+### What's Changed
+
+* Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in https://github.com/envor/platform/pull/24
+
+**Full Changelog**: https://github.com/envor/platform/compare/v1.6.1...v1.6.2
+
+### What's Changed
+
+* Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in https://github.com/envor/platform/pull/24
+* fix relations in landing page by @inmanturbo in https://github.com/envor/platform/pull/25
+
+**Full Changelog**: https://github.com/envor/platform/compare/v1.6.1...v1.6.2
+
## v1.6.1 - 2024-03-26
### What's Changed
diff --git a/resources/views/livewire/update-landing-page-form.blade.php b/resources/views/livewire/update-landing-page-form.blade.php
index 9cb9169..461b8fb 100644
--- a/resources/views/livewire/update-landing-page-form.blade.php
+++ b/resources/views/livewire/update-landing-page-form.blade.php
@@ -93,7 +93,7 @@ class="w-full h-screen"
{{ __('Replace') }}
- @if ($this->model?->landingPage()->exists())
+ @if ($this->model?->landingPagePath())
{{ __('Download') }}