diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
index 010df73b08..63d7488aa0 100644
--- a/.idea/codeStyles/Project.xml
+++ b/.idea/codeStyles/Project.xml
@@ -58,31 +58,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4c63942f74..5e6f375b8c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+# 3.7.0 (July 1, 2019)
+- **New** Add a method to request visibility check externally (https://github.com/airbnb/epoxy/pull/775)
+
# 3.6.0 (June 18, 2019)
- **New** Preloader system with glide extensions https://github.com/airbnb/epoxy/pull/766
- **Fixed** model click listener crashing on nested model https://github.com/airbnb/epoxy/pull/767
diff --git a/gradle.properties b/gradle.properties
index e7c26edd5c..3635864efa 100755
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,4 +1,4 @@
-VERSION_NAME=3.6.0
+VERSION_NAME=3.7.0
GROUP=com.airbnb.android
POM_DESCRIPTION=Epoxy is a system for composing complex screens with a ReyclerView in Android.
POM_URL=https://github.com/airbnb/epoxy