diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c20886..cbe9405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,5 @@ +### 1.0.1 (05/15/2018) +* Fix a bug where the gem was not installing an executable CLI script + ### 1.0.0 (05/13/2018) * Initial release diff --git a/lib/aws_public_ips/version.rb b/lib/aws_public_ips/version.rb index 9a01c13..9e3b3d3 100644 --- a/lib/aws_public_ips/version.rb +++ b/lib/aws_public_ips/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module AwsPublicIps - VERSION = '1.0.0'.freeze + VERSION = '1.0.1'.freeze end