Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
* Includes fix for `get_zones` behavior.
  * Potentially breaks integrations that depended on broken behavior
* Fixes for ruby dependencies on older versions
  • Loading branch information
pcorliss committed Jan 20, 2017
1 parent 0ea046f commit f96fab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Written with Ruby 1.9.2 on an Ubuntu Linux machine. Smoke tested on an Ubuntu Li
Amazon AWS account with Route 53 opted into - See the signup link at [http://aws.amazon.com/route53/](http://aws.amazon.com/route53/)
ruby openssl support
ruby-hmac
hpricot
nokogiri
builder

Support and Bugs
Expand Down
2 changes: 1 addition & 1 deletion lib/route53/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Route53
VERSION = "0.3.2"
VERSION = "0.4.0"
end

0 comments on commit f96fab5

Please sign in to comment.