We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee87f2 commit ce715f6Copy full SHA for ce715f6
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 0.5.3
2
+
3
+**Fixed**
4
+- Added Null Check for `path_params` hash for `AzureOperationError` Request Headers
5
6
## 0.5.2
7
8
**Added**
lib/fog/azurerm/version.rb
@@ -1,5 +1,5 @@
module Fog
module AzureRM
- VERSION = '0.5.2'.freeze
+ VERSION = '0.5.3'.freeze
end
0 commit comments