diff --git a/CHANGELOG.md b/CHANGELOG.md index 034fcee6..37e55ba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 13.1.2a9 (2023/10/11) + +FIXES: + +- ci: fix permissions needed for workflows + # 13.1.2a7 (2023/10/10) FIXES: diff --git a/pyproject.toml b/pyproject.toml index e4b57510..3739b560 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "claranet-tfwrapper" -version = "13.1.2a8" +version = "13.1.2a9" description = "Claranet's `tfwrapper` is a wrapper for [Terraform](https://www.terraform.io/) implemented in python which aims to simplify Terraform usage and enforce best practices" authors = [] license = "Mozilla Public License Version 2.0"