diff --git a/CHANGELOG.md b/CHANGELOG.md
index 81a47c83..d1008408 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
 
 All notable changes to `laravel-data` will be documented in this file.
 
+## 3.4.0 - 2023-04-07
+
+- Allow to fetch Lazy data properties in unified way (#403)
+
 ## 3.3.3 - 2023-04-03
 
 - revert: Fix usage of properties' mapped output names in 'only', 'except', 'includes', and 'excludes' operations (https://github.com/spatie/laravel-data/pull/393)
@@ -57,6 +61,7 @@ All notable changes to `laravel-data` will be documented in this file.
 - 
 - 
 - 
+- 
 - - Allow referencing other fields in validation attributes when the data is nested
 - 
 - 
@@ -65,6 +70,7 @@ All notable changes to `laravel-data` will be documented in this file.
 - 
 - 
 - 
+- 
 - - Allow referencing url parameters (and even model properties) in validation attributes
 - 
 - 
@@ -73,6 +79,7 @@ All notable changes to `laravel-data` will be documented in this file.
 - 
 - 
 - 
+- 
 - - Allow circular dependencies when validating data
 - 
 - 
@@ -81,6 +88,7 @@ All notable changes to `laravel-data` will be documented in this file.
 - 
 - 
 - 
+- 
 - - Add support for nested validation messages and attributes
 - 
 - 
@@ -90,6 +98,7 @@ All notable changes to `laravel-data` will be documented in this file.
 - 
 - 
 - 
+- 
 - Package specific properties are renamed to avoid conflicts
 - Serialization logic updated to only serialize your properties
 - Prevent fatal error when passing a string containing only an integer to JSON Normalizer (#322)