Skip to content

Commit

Permalink
Merge pull request #178 from jfrog/prep-for-release
Browse files Browse the repository at this point in the history
Update CHANGELOG
  • Loading branch information
alexhung authored Nov 20, 2024
2 parents 07d0412 + 2ef3ab8 commit a346463
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.9.1 (November 20, 2024). Tested on Artifactory 7.98.8 with Terraform 1.9.8 and OpenTofu 1.8.5

BUG FIXES:

* resource/project_user: Recreate resource correctly if `ignore_missing_user` set to `true`. Issue: [#175](https://github.com/jfrog/terraform-provider-project/issues/175) PR: [#177](https://github.com/jfrog/terraform-provider-project/pull/177)

## 1.9.0 (October 17, 2024). Tested on Artifactory 7.90.14 with Terraform 1.9.7 and OpenTofu 1.8.3

IMPROVEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion pkg/project/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
validatorfw_string "github.com/jfrog/terraform-provider-shared/validator/fw/string"
)

var Version = "1.6.1"
var Version = "1.9.1"

// needs to be exported so make file can update this
var productId = "terraform-provider-project/" + Version
Expand Down

0 comments on commit a346463

Please sign in to comment.