1 parent ba8fde7 commit a39378dCopy full SHA for a39378d
2 files changed
CHANGELOG.md
@@ -1,4 +1,11 @@
1
-### 1.0.3 (05/17/2017)
+### 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)
9
* Fix bug in relative file loading/checking
10
11
### 1.0.2 (05/15/2018)
lib/aws_public_ips/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module AwsPublicIps
- VERSION = '1.0.3'.freeze
+ VERSION = '1.0.4'.freeze
end
0 commit comments