Skip to content

Commit b3eb583

Browse files
committed
Bump version to 1.0.5
1 parent b5a155b commit b3eb583

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 1.0.5 (05/25/2018)
2+
* Output more details in text formatter when using --verbose
3+
14
### 1.0.4 (05/20/2018)
25
* Handle RDS and Redshift instances which are in the process of coming up/down
36
* Add --help, --version commands to CLI

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.4'.freeze
4+
VERSION = '1.0.5'.freeze
55
end

0 commit comments

Comments
 (0)