diff --git a/.changes/unreleased/Fixed-20250211-202535.yaml b/.changes/unreleased/Fixed-20250211-202535.yaml deleted file mode 100644 index 9669467..0000000 --- a/.changes/unreleased/Fixed-20250211-202535.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: Pass cache-control and content-type to azure blob files -time: 2025-02-11T20:25:35.479876+01:00 diff --git a/.changes/v2.0.2.md b/.changes/v2.0.2.md new file mode 100644 index 0000000..f2b0d8d --- /dev/null +++ b/.changes/v2.0.2.md @@ -0,0 +1,3 @@ +## v2.0.2 - 2025-02-11 +### Fixed +* Pass cache-control and content-type to azure blob files diff --git a/CHANGELOG.md b/CHANGELOG.md index c3c03e1..7d3aafe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v2.0.2 - 2025-02-11 +### Fixed +* Pass cache-control and content-type to azure blob files + ## v2.0.1 - 2025-02-11 ### Fixed * Resolve container parsing on azure (use dash as separator)