Skip to content

Commit

Permalink
Bump to 1.1.0-beta01
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Sep 9, 2023
1 parent 95bd1d1 commit 241daf3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
LIBRARY_VERSION=1.1.0-beta01

0 comments on commit 241daf3

Please sign in to comment.