We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5a155b commit b3eb583Copy full SHA for b3eb583
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+### 1.0.5 (05/25/2018)
2
+* Output more details in text formatter when using --verbose
3
+
4
### 1.0.4 (05/20/2018)
5
* Handle RDS and Redshift instances which are in the process of coming up/down
6
* Add --help, --version commands to CLI
lib/aws_public_ips/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module AwsPublicIps
- VERSION = '1.0.4'.freeze
+ VERSION = '1.0.5'.freeze
end
0 commit comments