Skip to content

Commit 442f0cf

Browse files
author
Edmund Dipple
committed
Updates for version 2.6.0
1 parent 9ccf82a commit 442f0cf

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
## 2.6.0 (2018/03/25)
5+
6+
- Property value can be list - thanks [@atward](https://github.com/atward)
7+
8+
--------------------
49

510
## 2.5.0 (2017/08/31)
611

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
setup(
44
name="terraform_validate",
5-
version="2.5.0",
5+
version="2.6.0",
66
author="Edmund Dipple",
77
author_email="elmundio1987@gmail.com",
88
description="A library that provides asserts for testing Terraform configuration",
99
url="https://github.com/elmundio87/terraform_validate",
10-
download_url = 'https://github.com/elmundio87/terraform_validate/tarball/2.5.0',
10+
download_url = 'https://github.com/elmundio87/terraform_validate/tarball/2.6.0',
1111
keywords = ['terraform', 'assert', 'testing'],
1212
packages = find_packages(),
1313
install_requires=[

0 commit comments

Comments
 (0)