diff --git a/CHANGELOG.md b/CHANGELOG.md index 14ad189..7c66bb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - +## [1.8.2] - 2023-01-26 - [[#69](https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/pull/69)] [feature] added support to pass a complex dict ([MrImpossibru](https://github.com/MrImpossibru)) @@ -193,7 +193,8 @@ All notable changes to this project will be documented in this file. -[Unreleased]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.8.1...HEAD +[Unreleased]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.8.2...HEAD +[1.8.2]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.8.1...v1.8.2 [1.8.1]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.8.0...v1.8.1 [1.8.0]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.7...v1.8.0 [1.7.7]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.6...v1.7.7 diff --git a/tftest.py b/tftest.py index 339b1b6..ceff280 100644 --- a/tftest.py +++ b/tftest.py @@ -43,7 +43,7 @@ from pathlib import Path from typing import List -__version__ = '1.8.1' +__version__ = '1.8.2' _LOGGER = logging.getLogger('tftest')