From 1b9375af20be0cdb0889652ee5145bd3621296f6 Mon Sep 17 00:00:00 2001 From: Yota Hamada Date: Thu, 9 Jan 2025 00:31:48 -0800 Subject: [PATCH] chore: Update changelog (#781) --- docs/source/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 4b60edcd1..4d9f2e447 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -3,8 +3,8 @@ Changelog ========= -Unreleased ----------- +v1.16.0 (2025-01-09) +--------------------- - **Docker Image**: Docker image now based on ``ubuntu:24.04`` and includes common tools and utilities (e.g., ``sudo``, ``git``, ``curl``, ``jq``, ``python3``, etc) - **Support Dotenv file**: Added support for loading environment variables from a dotenv file. You can specify the path to the dotenv file using the ``dotenv`` attribute in the DAG configuration file.