From 00f239ab94f485948001d457c91216c0011834c7 Mon Sep 17 00:00:00 2001 From: Arkadiy Tetelman Date: Tue, 15 May 2018 13:30:15 -0700 Subject: [PATCH] Bump version to 1.0.1 --- CHANGELOG.md | 3 +++ lib/aws_public_ips/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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