Skip to content

Commit

Permalink
bump version to 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoo committed Jan 26, 2023
1 parent 33dcf12 commit e11c6a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

<!-- None < 2022-12-01 06:54:32+00:00 -->
## [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)) <!-- 2023-01-26 10:26:38+00:00 -->

Expand Down Expand Up @@ -193,7 +193,8 @@ All notable changes to this project will be documented in this file.
<!-- 2019-09-10 06:58:18+00:00 < None -->

<!-- markdown-link-check-disable -->
[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
Expand Down
2 changes: 1 addition & 1 deletion tftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
from pathlib import Path
from typing import List

__version__ = '1.8.1'
__version__ = '1.8.2'

_LOGGER = logging.getLogger('tftest')

Expand Down

0 comments on commit e11c6a9

Please sign in to comment.