From 2deb06b6c07d2fc1c4ee90f30a68654bd43cc60d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 16 Sep 2024 11:12:43 +0000 Subject: [PATCH] chore: v2.1.0 released --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 771dab7..b871158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.1.0](https://github.com/olxgroup-oss/dali/compare/v2.0.0...v2.1.0) (2024-09-16) + + +### Features + +* **response-headers:** forward the response headers from the storage engine to the stakeholders ([#109](https://github.com/olxgroup-oss/dali/issues/109)) ([cbbb92f](https://github.com/olxgroup-oss/dali/commit/cbbb92fee0758199eabecf45bd579ca93982bbc8)) + # [2.0.0](https://github.com/olxgroup-oss/dali/compare/v1.6.0...v2.0.0) (2024-02-15) diff --git a/Cargo.lock b/Cargo.lock index acbc310..6ab7257 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -711,7 +711,7 @@ dependencies = [ [[package]] name = "dali" -version = "2.0.0" +version = "2.1.0" dependencies = [ "async-trait", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index 044eb7a..a6828e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # (c) Copyright 2019-2024 OLX [package] name = "dali" -version = "2.0.0" +version = "2.1.0" authors = ["Augusto César Dias "] edition = "2021"