diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a841e9..9e14ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## [Unreleased] +## [0.5.4] 2024-11-18 + - Allow creating public container - Add Azurite support diff --git a/Gemfile.lock b/Gemfile.lock index 2bd6c87..46d56d0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -97,7 +97,7 @@ GIT PATH remote: . specs: - azure-blob (0.5.3) + azure-blob (0.5.4) rexml GEM diff --git a/lib/azure_blob/version.rb b/lib/azure_blob/version.rb index 127d421..6352f29 100644 --- a/lib/azure_blob/version.rb +++ b/lib/azure_blob/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module AzureBlob - VERSION = "0.5.3" + VERSION = "0.5.4" end