From bb973055c1b8a14af6dbb057aa26cfe0a2ab47c9 Mon Sep 17 00:00:00 2001 From: Arkadiy Tetelman Date: Thu, 7 Nov 2019 11:58:13 -0800 Subject: [PATCH] Bump version to 1.0.7 --- 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 36b2571..c630f3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.0.7 (11/7/2019) +* Find all addresses when an EC2 instance has multiple ([@breser](https://github.com/breser)) +* Add Docker support + ### 1.0.6 (10/26/2018) * Ignore services when they're not available in the requested region * Update dependencies diff --git a/lib/aws_public_ips/version.rb b/lib/aws_public_ips/version.rb index 094ec80..ef26d33 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.6'.freeze + VERSION = '1.0.7'.freeze end