Skip to content

Commit c1b672b

Browse files
author
Ravi Tandon
committed
Update CHANGELOG.md and version.go for v3.4.0 release
1 parent 7d931cf commit c1b672b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
- Support for tagging of Boot Volume
88
- Support for NAT Gateways
99
- Support for singular data sources that can query individual Volumes, Subnets, and Instances
10-
- Fields "assigned_entity_id" and "assigned_entity_type" have been added to Public IPs to allow you to distinguish Public IPs of the NAT Gateway.
10+
- Fields "assigned_entity_id" and "assigned_entity_type" to Public IPs to allow distinguishing Public IPs of the NAT Gateway.
1111

1212
### Fixed
13-
- Fix logic for importing of volumes with backup policies. GH-590
13+
- Importing of volumes with backup policies. Issue [#590](https://github.com/terraform-providers/terraform-provider-oci/issues/590)
14+
- Updating of Virtual Circuits fails with field bgpMd5AuthKey is not supported
1415

1516
## 3.3.0 (October 04, 2018)
1617

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.3.0"
9+
const Version = "3.4.0"
1010

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

0 commit comments

Comments
 (0)