From b3eb5833345a46401695a0d7af98f4a9c470d18b Mon Sep 17 00:00:00 2001 From: Arkadiy Tetelman Date: Fri, 25 May 2018 21:16:17 -0700 Subject: [PATCH] Bump version to 1.0.5 --- 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 d77a5fa..f211fdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 1.0.5 (05/25/2018) +* Output more details in text formatter when using --verbose + ### 1.0.4 (05/20/2018) * Handle RDS and Redshift instances which are in the process of coming up/down * Add --help, --version commands to CLI diff --git a/lib/aws_public_ips/version.rb b/lib/aws_public_ips/version.rb index 08a1ee2..260a3f7 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.4'.freeze + VERSION = '1.0.5'.freeze end