diff --git a/docs/changelog.md b/docs/changelog.md index a4123ac5..17b8f2b0 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,14 @@ ## Version 1.4.0 +### 1.4.0-alpha02 + +2024-08-14 + +#### Bug fixes + +- Fix issue with header alignment when `DpadScrollableLayout` receives a layout request during scroll ([#251](https://github.com/rubensousa/DpadRecyclerView/pull/251)) + ### 1.4.0-alpha01 2024-08-12 diff --git a/gradle.properties b/gradle.properties index fcc67421..f166f1ae 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.4.0-alpha01 \ No newline at end of file +LIBRARY_VERSION=1.4.0-alpha02 \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index d389be51..1393ba5f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -24,7 +24,7 @@ theme: extra: dpadrecyclerview: - version: '1.4.0-alpha01' + version: '1.4.0-alpha02' social: - icon: 'fontawesome/brands/github' link: 'https://github.com/rubensousa/DpadRecyclerView'