Skip to content

Commit

Permalink
update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eamouhadi committed Sep 11, 2023
1 parent e8cd80d commit e5c574f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.4.0
* upgrade: upgrade cc api
*
## 0.3.4

BUG FIXES:
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -euo pipefail
# TF will not longer attempt to look for any versions of this provider on the remote registry.
# When finished with development, you can remove the folder from your laptop to start using the public provider again.
# https://www.terraform.io/docs/commands/cli-config.html#implied-local-mirror-directories
VERSION=0.3.1
VERSION=0.4.1
go build -o terraform-provider-identitynow
mkdir -p ~/.terraform.d/plugins/registry.terraform.io/openaxon/identitynow/${VERSION}/darwin_amd64
mv terraform-provider-identitynow ~/.terraform.d/plugins/registry.terraform.io/openaxon/identitynow/${VERSION}/darwin_amd64/terraform-provider-identitynow_v${VERSION}

0 comments on commit e5c574f

Please sign in to comment.