From 0ff445ed661543621488b1a95346a65bdb4160d2 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 10 Dec 2024 22:10:30 +0000 Subject: [PATCH] 1.1.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f073649..8a13447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.1.1 (2024-12-10) + +### Bug Fixes + +- Add django-storages session profile configuration option + ([`bdd9343`](https://github.com/nasaharvest/glam-api/commit/bdd9343175d3ff6d1628bdfe50aa3bd163dbfde2)) + + ## v1.1.0 (2024-12-10) ### Features diff --git a/pyproject.toml b/pyproject.toml index f600e3f..a0ad4a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "glam-api" -version = "1.1.0" +version = "1.1.1" description = "NASA Harvest Global Agriculture Monitoring System (GLAM) API" authors = ["John Keniston "] readme = "README.md"