Skip to content

Commit

Permalink
changelog v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayaraman committed Apr 6, 2021
1 parent c3b22d4 commit a314225
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.4.3 (April 6, 2021)
* Fix: State migration for alert_track #66

## 1.4.2 (April 1, 2021)
* Support to create indexes on Splunk Cloud (Beta)

Expand Down
2 changes: 1 addition & 1 deletion examples/aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
splunk = {
source = "splunk/splunk"
version = "1.4.2"
version = "1.4.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/splunk/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
splunk = {
source = "splunk/splunk"
version = "1.4.2"
version = "1.4.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/splunk/multi-instance/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
required_providers {
splunk = {
source = "splunk/splunk"
version = "1.4.2"
version = "1.4.3"
}
}
}
Expand Down

0 comments on commit a314225

Please sign in to comment.