diff --git a/CHANGELOG.md b/CHANGELOG.md index 83b8699..c5ba8c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v2.5.0 + +*Released: July 30th 2024* + +- Explicitly install the Docker CLI and rootless extras so they get updated +- Use the full Python binary path for `ansible_python_interpreter` + ## v2.4.0 *Released: September 11th 2023* diff --git a/README.md b/README.md index 0fef29c..45934b0 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Previous releases may or may not work but they're not officially supported. --- *You are viewing the master branch's documentation which might be ahead of the -latest release. [Switch to the latest release](https://github.com/nickjj/ansible-docker/tree/v2.4.0).* +latest release. [Switch to the latest release](https://github.com/nickjj/ansible-docker/tree/v2.5.0).* ---