diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b6bb74..218ee45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Unreleased # Released +# v1.5.0 + +## Enhancement +* Exposed tag filter via new field in ProjectListOptions, and serialize it to query parameters in Projects.list() [#201](https://github.com/hashicorp/python-tfe/pull/201) + # v1.4.1 ## Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 6f701e6..b509334 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pytfe" -version = "1.4.1" +version = "1.5.0" description = "Official Python SDK for HashiCorp Terraform Cloud / Terraform Enterprise (TFE) API v2" readme = "README.md" license = { text = "MPL-2.0" }