diff --git a/CHANGELOG.md b/CHANGELOG.md index 7973553..4794355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 1.1.1 (2023-10-07) + +Security fix (dev tools): + +- Removal of e-Tugra root certificate +- `Cookie` HTTP header isn't stripped on cross-origin redirects + ## 1.1.0 (2023-06-27) Feat: diff --git a/pyproject.toml b/pyproject.toml index 139a3d6..aaad6a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws_terraform_registry" -version = "1.1.0" +version = "1.1.1" description = "Python client tool for aws private terraform registry." license = "MIT" authors = ["Jerome Guibert "]