From 02a35a6cf6689a59c6c7feb4f6c51c45a8b17fe4 Mon Sep 17 00:00:00 2001
From: Andreas Rossbacher <andreas.rossbacher@udo.edu>
Date: Thu, 25 Jan 2024 13:23:46 -0800
Subject: [PATCH] Prepare for release 3.0.9 (#708)

Co-authored-by: Andreas Rossbacher <andreas.rossbacher@airbnb.com>
---
 CHANGELOG.md      | 3 +++
 gradle.properties | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6436b067..14215ccb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@
 
 For a full list of changes, see the [GitHub releases](https://github.com/airbnb/mavericks/releases)
 
+## 3.0.9
+- Fix crash in state restoration with multiple of 32 fields (#707)
+
 ## 3.0.3
 - Changed flowWhenStarted to emit value on flow coroutine context (#678)
 
diff --git a/gradle.properties b/gradle.properties
index 1f296e02..6eaaf2b5 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,4 +1,4 @@
-VERSION_NAME=3.0.8
+VERSION_NAME=3.0.9
 GROUP=com.airbnb.android
 POM_DESCRIPTION=Mavericks is an Android application framework that makes product development fast and fun.
 POM_URL=https://github.com/airbnb/mavericks