Skip to content

Commit afcf723

Browse files
committed
Modify version.go and CHANGELOG.md update version to 3.7.0
1 parent 54f9aca commit afcf723

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.6.1 (Unreleased)
1+
## 3.7.0 (Unreleased)
22

33
### Added
44
- New parameter `is_hydrated` in `oci_core_volume_groups` resource and data source
@@ -10,8 +10,8 @@
1010
- Make `security_list_ids` in `oci_core_subnet` optional and updatable
1111

1212
### Deprecated
13-
- Volumes: The backup_policy_id attribute is now deprecated. Backup policy should be assigned through volume_backup_policy_assignments resource instead.
14-
- BootVolumes: The backup_policy_id attribute is now deprecated. Backup policy should be assigned through volume_backup_policy_assignments resource instead.
13+
- Volumes: The `backup_policy_id` attribute is now deprecated. Backup policy should be assigned through `volume_backup_policy_assignments` resource instead.
14+
- BootVolumes: The `backup_policy_id` attribute is now deprecated. Backup policy should be assigned through `volume_backup_policy_assignments` resource instead.
1515

1616
## 3.6.0 (November 01, 2018)
1717

oci/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"log"
77
)
88

9-
const Version = "3.6.0"
9+
const Version = "3.7.0"
1010

1111
func PrintVersion() {
1212
log.Printf("[INFO] terraform-provider-oci %s\n", Version)

0 commit comments

Comments
 (0)