Skip to content

Commit 29802b1

Browse files
CHANGELOG.md changes for 2.0.5 release
1 parent a1b1bd4 commit 29802b1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,18 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

6-
## Unreleased
6+
## 2.0.5 - 2017-12-14
77

88
### Added
99
- Support for security list rule source port ranges (#340). This can be specified in "tcp_options" and "udp_options" using "source_port_range".
10+
- Allow configuration of default resources under VCNs (#374)
11+
12+
### Fixed
13+
- Fixed bug wherein policy was not destroyed and recreated when compartment is changed (#389)
14+
- Fixed errors with terraform import because of missing vcn_id in `*.tfstate` files (internet_gateway, route_tables, dhcp_options) (#388, #379)
15+
16+
### Notes
17+
- Code refactoring was done as part of this release. Go source file names have changed, the `provider` directory has been added. Should not impact the users in any way.
1018

1119
## 2.0.4 - 2017-11-2
1220

0 commit comments

Comments
 (0)