From 241daf384c22bc0145b9039e191d5d9c9e03c705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BAben=20Sousa?= Date: Sun, 10 Sep 2023 01:07:05 +0200 Subject: [PATCH] Bump to 1.1.0-beta01 --- docs/changelog.md | 9 +++++++++ gradle.properties | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index e0d9e60e..6413faf5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,15 @@ ## Version 1.1.0 +### 1.1.0-beta01 + +2023-09-10 + +#### Bug fixes + +- Fixed wrong scrolling behavior when the layout isn't completely filled and `Edge.MAX` alignment is used: ([#160](https://github.com/rubensousa/DpadRecyclerView/issues/160)) +- Fixed XML attribute `app:dpadRecyclerViewParentAlignmentPreferKeylineOverEdge` not being applied correctly + ### 1.1.0-alpha03 2023-08-04 diff --git a/gradle.properties b/gradle.properties index 5ee65303..32744afa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,4 +22,4 @@ kotlin.code.style=official # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true android.enableR8.fullMode=true -LIBRARY_VERSION=1.1.0-alpha03 \ No newline at end of file +LIBRARY_VERSION=1.1.0-beta01 \ No newline at end of file