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 e7833af commit 1f1dc13Copy full SHA for 1f1dc13
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## [Unreleased]
2
3
+## [0.6.0] 2025-12-01
4
+
5
- Add support for AKS workload identity
6
7
## [0.5.9.1] 2025-06-30
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- azure-blob (0.5.9.1)
+ azure-blob (0.6.0)
rexml
GEM
lib/azure_blob/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module AzureBlob
- VERSION = "0.5.9.1"
+ VERSION = "0.6.0"
end
0 commit comments