From 4584cc02fe4dc6c777fb1669c4c0cd58d07ad493 Mon Sep 17 00:00:00 2001 From: Eli Hart Date: Fri, 11 Jun 2021 12:41:55 -0500 Subject: [PATCH] Release 4.6.2 (#1198) --- CHANGELOG.md | 3 +++ gradle.properties | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a6fe922e7..b0a30ec4e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 4.6.2 (June 11, 2021) +Fix Drag n Drop not working in 4.6.1 (#1195) + # 4.6.1 (May 13, 2021) Adds "epoxyDisableDslMarker" annotation processor flag which you can use to delay migration to the model building scope DLSMarker introduced in 4.6.0 if it is a large breaking change for your project. diff --git a/gradle.properties b/gradle.properties index f3922d240c..60560ee5fd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=4.6.1 +VERSION_NAME=4.6.2 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