diff --git a/README.md b/README.md
index 8c8c1e75..4ab6b37f 100644
--- a/README.md
+++ b/README.md
@@ -142,18 +142,34 @@ The following is the corresponding `coola` versions and supported dependencies.
| `coola` | `jax`* | `numpy`* | `pandas`* | `polars`* | `torch`* | `xarray`* | `python` |
|----------|-------------------|---------------------|----------------------|----------------------|---------------------|----------------------|---------------|
+| `0.0.25` | `>=0.3,<0.5` | `>=1.21,<1.27` | `>=1.3,<2.2` | `>=0.18.3,<0.20` | `>=1.10,<2.2` | `>=2023.3,<2023.9` | `>=3.9,<3.12` |
| `0.0.24` | `>=0.3,<0.5` | `>=1.21,<1.27` | `>=1.3,<2.2` | `>=0.18.3,<0.20` | `>=1.10,<2.2` | `>=2023.3,<2023.9` | `>=3.9,<3.12` |
| `0.0.23` | `>=0.3,<0.5` | `>=1.21,<1.27` | `>=1.3,<2.2` | `>=0.18.3,<0.20` | `>=1.10,<2.1` | `>=2023.3,<2023.9` | `>=3.9,<3.12` |
| `0.0.22` | `>=0.3,<0.5` | `>=1.20,<1.26` | `>=1.3,<2.1` | `>=0.18.3,<0.19` | `>=1.10,<2.1` | `>=2023.3,<2023.9` | `>=3.9,<3.12` |
| `0.0.21` | `>=0.3,<0.5` | `>=1.20,<1.26` | `>=1.3,<2.1` | `>=0.18.3,<0.19` | `>=1.10,<2.1` | `>=2023.3,<2023.8` | `>=3.9,<3.12` |
-| `0.0.20` | `>=0.3,<0.5` | `>=1.20,<1.26` | `>=1.3,<2.1` | `>=0.18.3,<0.19` | `>=1.10,<2.1` | `>=2023.3,<2023.8` | `>=3.9` |
* indicates an optional dependency
+
+ older versions
+
+| `coola` | `jax`* | `numpy`* | `pandas`* | `polars`* | `torch`* | `xarray`* | `python` |
+|----------|-------------------|---------------------|----------------------|----------------------|---------------------|----------------------|----------|
+| `0.0.20` | `>=0.3,<0.5` | `>=1.20,<1.26` | `>=1.3,<2.1` | `>=0.18.3,<0.19` | `>=1.10,<2.1` | `>=2023.3,<2023.8` | `>=3.9` |
+
+
+
## Contributing
Please check the instructions in [CONTRIBUTING.md](.github/CONTRIBUTING.md).
+## Suggestions and Communication
+
+Everyone is welcome to contribute to the community.
+If you have any questions or suggestions, you can
+submit [Github Issues](https://github.com/durandtibo/coola/issues).
+We will reply to you as soon as possible. Thank you very much.
+
## API stability
:warning: While `coola` is in development stage, no API is guaranteed to be stable from one