v5.0.3
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f05f857..23af4f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 5.0.3
+### Bugs Fixed
+* Invalidate the software renering bitmap when invalidate is called ([#2034](https://github.com/airbnb/lottie-android/pull/2034))
+
 # 5.0.2
 ### Bugs Fixed
 * Prevent a crash when using software rendering before a composition has been set ([#2025](https://github.com/airbnb/lottie-android/pull/2025))
diff --git a/gradle.properties b/gradle.properties
index 6e496e1..6413842 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,4 +1,4 @@
-VERSION_NAME=5.0.3-SNAPSHOT
+VERSION_NAME=5.0.3
 GROUP=com.airbnb.android
 
 POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.