We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e9192 commit e09fc20Copy full SHA for e09fc20
CHANGELOG.md
@@ -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
+
5
### 1.0.5 (05/25/2018)
6
* Output more details in text formatter when using --verbose
7
lib/aws_public_ips/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module AwsPublicIps
- VERSION = '1.0.5'.freeze
+ VERSION = '1.0.6'.freeze
end
0 commit comments