diff --git a/docs/changelog.md b/docs/changelog.md index 5e580588..bda55295 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,15 @@ ## Version 1.4.0 +### 1.4.0-rc02 + +2024-11-15 + +#### Bug fixes + +- Fixed concurrent modification exception when some listeners remove themselves: ([#285](https://github.com/rubensousa/DpadRecyclerView/pull/285)) +- Fixed child layout listener not being removed: ([#285](https://github.com/rubensousa/DpadRecyclerView/pull/285)) + ### 1.4.0-rc01 2024-11-11 diff --git a/gradle.properties b/gradle.properties index 0867ba8b..09cc40d5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -27,7 +27,7 @@ SONATYPE_HOST=S01 RELEASE_SIGNING_ENABLED=true GROUP=com.rubensousa.dpadrecyclerview -VERSION_NAME=1.4.0-rc01 +VERSION_NAME=1.4.0-rc02 POM_URL=https://github.com/rubensousa/dpadrecyclerview/ POM_SCM_URL=https://github.com/rubensousa/dpadrecyclerview/ POM_SCM_CONNECTION=scm:git:git://github.com/rubensousa/dpadrecyclerview.git diff --git a/mkdocs.yml b/mkdocs.yml index 05e380be..76d381c9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -24,7 +24,7 @@ theme: extra: dpadrecyclerview: - version: '1.4.0-rc01' + version: '1.4.0-rc02' social: - icon: 'fontawesome/brands/github' link: 'https://github.com/rubensousa/DpadRecyclerView'