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

Commit

Permalink
Merge pull request #327 from dtan4/prepare-v0.13.2
Browse files Browse the repository at this point in the history
Bump the version to v0.13.2
  • Loading branch information
dtan4 committed Apr 20, 2017
2 parents 38b9b29 + b000132 commit dd4a923
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [v0.13.2](https://github.com/dtan4/terraforming/releases/tag/v0.13.2) (2017-04-20)

## Fixed / Updated

- Add prefix lists to security groups configuration [#326](https://github.com/dtan4/terraforming/pull/326) (thanks @julia-stripe)
- Support Ruby 2.4 without warnings [#323](https://github.com/dtan4/terraforming/pull/323)
- Fix support for EIP in EC2-Classic [#316](https://github.com/dtan4/terraforming/pull/316) (thanks @yn)

# [v0.13.1](https://github.com/dtan4/terraforming/releases/tag/v0.13.1) (2017-01-23)

## 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.1"
VERSION = "0.13.2"
end

0 comments on commit dd4a923

Please sign in to comment.