Skip to content

Commit a39378d

Browse files
committed
Bump version to 1.0.4
1 parent ba8fde7 commit a39378d

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
### 1.0.3 (05/17/2017)
1+
### 1.0.4 (05/20/2018)
2+
* Handle RDS and Redshift instances which are in the process of coming up/down
3+
* Add --help, --version commands to CLI
4+
* Improve CLI error output
5+
* Fix issue where using the EC2 check with the JSON formatter could output empty entries
6+
* Fix issue with RDS check where the endpoint hostname was not being counted as a public IP
7+
8+
### 1.0.3 (05/17/2018)
29
* Fix bug in relative file loading/checking
310

411
### 1.0.2 (05/15/2018)

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

0 commit comments

Comments
 (0)