diff --git a/CHANGELOG.md b/CHANGELOG.md index d3ca338..6e6935d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## \[v3.2.1\] - 2024-06-13 + +- Add missing use statement in AzureFactory (#49) + ## \[v3.2.0\] - 2024-01-25 - Closes #44 diff --git a/RELEASE.md b/RELEASE.md index 9b369ff..ab312e2 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1 +1 @@ -- Closes #44 +- Add missing use statement in AzureFactory (#49) diff --git a/config/module.ini b/config/module.ini index e538172..518b4da 100644 --- a/config/module.ini +++ b/config/module.ini @@ -5,7 +5,7 @@ tags = "amazon s3 aws, wasabi, azure, digital ocean, dropbox, google, sc author = "Jared Howland, Jon Fackrell, & Julian Maurice" author_link = "https://www.jaredhowland.com" ; Version is automatically updated using GitHub action `release.yml` in case you forget before releasing -version = "3.1.5" +version = "3.2.1" configurable = true module_link = "https://github.com/HBLL-Collection-Development/omeka-s-any-cloud" support_link = "https://github.com/HBLL-Collection-Development/omeka-s-any-cloud/issues"