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

Commit

Permalink
Bump the version to v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtan4 committed Aug 5, 2017
1 parent b3c0bdf commit 4245c9d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
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

0 comments on commit 4245c9d

Please sign in to comment.