Skip to content

Commit

Permalink
bump version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcping committed Aug 19, 2024
1 parent b01e1ab commit 806bca4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.4.1 (Unreleased)

## 0.4.0 (19 August 2024)

BREAKING CHANGES:
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.0
VERSION=0.4.1
OS_ARCH=linux_amd64

default: install
Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ terraform {
required_providers {
davinci = {
source = "pingidentity/davinci"
version = "~> 0.3"
version = "~> 0.4"
}
}
}
Expand All @@ -55,7 +55,7 @@ terraform {
required_providers {
davinci = {
source = "pingidentity/davinci"
version = "~> 0.3"
version = "~> 0.4"
}
}
}
Expand Down Expand Up @@ -84,7 +84,7 @@ terraform {
required_providers {
davinci = {
source = "pingidentity/davinci"
version = "~> 0.3"
version = "~> 0.4"
}
pingone = {
source = "pingidentity/pingone"
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider-env.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
davinci = {
source = "pingidentity/davinci"
version = "~> 0.3"
version = "~> 0.4"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider-with-pingone.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
davinci = {
source = "pingidentity/davinci"
version = "~> 0.3"
version = "~> 0.4"
}
pingone = {
source = "pingidentity/pingone"
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
davinci = {
source = "pingidentity/davinci"
version = "~> 0.3"
version = "~> 0.4"
}
}
}
Expand Down

0 comments on commit 806bca4

Please sign in to comment.