v4.1.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0e93d9b..163c5dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# 4.1.0
+* Added support for gaussian blur effects ([#1859](https://github.com/airbnb/lottie-android/pull/1859))
+* Added support for drop shadow effects ([#1860](https://github.com/airbnb/lottie-android/pull/1860))
+
+BREAKING CHANGES
+Before this release, drop shadows and blurs were completely ignored. They will now be rendered. In most cases, they will now be rendered correctly. However, you should read the implementation details [here](https://airbnb.io/lottie/#/supported-features?id=drop-shadows-and-gaussian-blurs-on-android) if they are not.
+
 # 4.0.0
 * Support for lottie-compose 4.0.0
 
diff --git a/gradle.properties b/gradle.properties
index d1b5cf2..082fe8d 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,7 +17,7 @@
 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
 # org.gradle.parallel=true
 
-VERSION_NAME=4.0.1-SNAPSHOT
+VERSION_NAME=4.1.0
 GROUP=com.airbnb.android
 
 POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.