diff --git a/CHANGELOG.md b/CHANGELOG.md index 068b32f..adcd1f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + + +- [[#63](https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/pull/63)] Cache hidden dir bug ([marshall7m](https://github.com/marshall7m)) ## [1.7.6] - 2022-11-02 diff --git a/tftest.py b/tftest.py index c2e5450..a7d985d 100644 --- a/tftest.py +++ b/tftest.py @@ -43,7 +43,7 @@ from pathlib import Path from typing import List -__version__ = '1.7.6' +__version__ = '1.7.7' _LOGGER = logging.getLogger('tftest')