From 3917b2a78b3618718c5dc7dea03959a076f77246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n?= Date: Thu, 22 Sep 2022 21:27:18 +0200 Subject: [PATCH] Release 2.10.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 764a454..acece3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a changelog](https://github.com/olivierlacan/keep-a-changelog). ## Unreleased + +## [2.10.0](https://github.com/idealista/cookiecutter-ansible-role/tree/2.10.0) ### Changed - *Improve README init scrips to avoid errors when create two roles on same path because already pipenv exists.* @adrian-arapiles - *Change travis.yml order of email notification as documentation explains.* @adrian-arapiles