Skip to content

Commit

Permalink
version update for 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcping committed Aug 19, 2024
1 parent 31ac0f8 commit 0a35e51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
## 0.4.1 (Unreleased)

NOTES:

* Bump pingone Terraform provider in documentation. ([#355](https://github.com/pingidentity/terraform-provider-davinci/issues/355))
* Updated connector reference guide with latest connector definitions. ([#354](https://github.com/pingidentity/terraform-provider-davinci/issues/354))

## 0.4.0 (19 August 2024)

BREAKING CHANGES:
Expand All @@ -13,6 +6,7 @@ BREAKING CHANGES:

NOTES:

* `resource/davinci_variable`: Migrated to plugin framework. ([#344](https://github.com/pingidentity/terraform-provider-davinci/issues/344))
* Bump `github.com/golangci/golangci-lint` from 1.59.0 => 1.59.1 ([#345](https://github.com/pingidentity/terraform-provider-davinci/issues/345))
* Bump `github.com/golangci/golangci-lint` from 1.59.1 => 1.60.1 ([#350](https://github.com/pingidentity/terraform-provider-davinci/issues/350))
* Bump `github.com/hashicorp/go-getter` from 1.7.4 => 1.7.5 ([#345](https://github.com/pingidentity/terraform-provider-davinci/issues/345))
Expand All @@ -21,8 +15,9 @@ NOTES:
* Bump `github.com/patrickcping/pingone-go-sdk-v2/management` from 0.39.0 => 0.43.0 ([#345](https://github.com/pingidentity/terraform-provider-davinci/issues/345))
* Bump `github.com/patrickcping/pingone-go-sdk-v2` from 0.11.9 => 0.12.3 ([#345](https://github.com/pingidentity/terraform-provider-davinci/issues/345))
* Bump `github.com/samir-gandhi/davinci-client-go` from 0.3.0 => 0.4.0 ([#350](https://github.com/pingidentity/terraform-provider-davinci/issues/350))
* `resource/davinci_variable`: Migrated to plugin framework. ([#344](https://github.com/pingidentity/terraform-provider-davinci/issues/344))
* bump go version from 1.22.3 => 1.22.5 ([#345](https://github.com/pingidentity/terraform-provider-davinci/issues/345))
* Bump pingone Terraform provider in documentation. ([#355](https://github.com/pingidentity/terraform-provider-davinci/issues/355))
* Updated connector reference guide with latest connector definitions. ([#354](https://github.com/pingidentity/terraform-provider-davinci/issues/354))

ENHANCEMENTS:

Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DAVINCI_DIR=./internal/service/davinci
NAMESPACE=pingidentity
PKG_NAME=davinci
BINARY=terraform-provider-${NAME}
VERSION=0.4.1
VERSION=0.4.0
OS_ARCH=linux_amd64

default: install
Expand Down

0 comments on commit 0a35e51

Please sign in to comment.