Skip to content

Commit e09fc20

Browse files
committed
Bump version to 1.0.6
1 parent 29e9192 commit e09fc20

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 1.0.6 (10/26/2018)
2+
* Ignore services when they're not available in the requested region
3+
* Update dependencies
4+
15
### 1.0.5 (05/25/2018)
26
* Output more details in text formatter when using --verbose
37

lib/aws_public_ips/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module AwsPublicIps
4-
VERSION = '1.0.5'.freeze
4+
VERSION = '1.0.6'.freeze
55
end

0 commit comments

Comments
 (0)