Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Bump the version to v0.14.0 #355

Merged
merged 1 commit into from
Aug 5, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [v0.14.0](https://github.com/dtan4/terraforming/releases/tag/v0.14.0) (2017-08-05)

## Fixed / Updated

- Drop Ruby 2.1 from CI [#351](https://github.com/dtan4/terraforming/pull/351)
- Add `icmp_code` and `icmp_type` to NACL [#350](https://github.com/dtan4/terraforming/pull/350)
- Use aws-sdk [#349](https://github.com/dtan4/terraforming/pull/349)
- Rename title of aws_route53_record with wildcard [#348](https://github.com/dtan4/terraforming/pull/348) (thanks @furhouse)
- SNS Support [#332](https://github.com/dtan4/terraforming/pull/332) (thanks @uberblah)
- `terraforming snst` (SNS Topic), `terraforming snss` (SNS Subscription)
- Fix typo in cli.rb [#329](https://github.com/dtan4/terraforming/pull/329) (thanks @slalFe)

# [v0.13.2](https://github.com/dtan4/terraforming/releases/tag/v0.13.2) (2017-04-20)

## Fixed / Updated
Expand Down
2 changes: 1 addition & 1 deletion lib/terraforming/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Terraforming
VERSION = "0.13.2"
VERSION = "0.14.0"
end