From e09fc2034fad28f18192016d329db19bcba4e85f Mon Sep 17 00:00:00 2001 From: Arkadiy Tetelman Date: Fri, 26 Oct 2018 18:51:36 -0700 Subject: [PATCH] Bump version to 1.0.6 --- CHANGELOG.md | 4 ++++ lib/aws_public_ips/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f211fdc..36b2571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.0.6 (10/26/2018) +* Ignore services when they're not available in the requested region +* Update dependencies + ### 1.0.5 (05/25/2018) * Output more details in text formatter when using --verbose diff --git a/lib/aws_public_ips/version.rb b/lib/aws_public_ips/version.rb index 260a3f7..094ec80 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.5'.freeze + VERSION = '1.0.6'.freeze end