From 50d5f6395e860d2c00c5f4377399d84232954069 Mon Sep 17 00:00:00 2001 From: nate nowack Date: Wed, 3 Jan 2024 09:57:17 -0600 Subject: [PATCH] update changelog (#363) --- CHANGELOG.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cefe0b6d..64454b60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,12 +13,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Bug where `S3Bucket.load()` constructed `AwsCredentials` instead of `MinIOCredentials` - [#359](https://github.com/PrefectHQ/prefect-aws/pull/359) - ### Deprecated ### Removed +## 0.4.7 + +Released January 3rd, 2024. + +### Added + +- `LambdaFunction` block to invoke lambda functions - [#355](https://github.com/PrefectHQ/prefect-aws/pull/355) + +### Fixed + +- Bug where `S3Bucket.load()` constructed `AwsCredentials` instead of `MinIOCredentials` - [#359](https://github.com/PrefectHQ/prefect-aws/pull/359) + ## 0.4.6 Released December 11th, 2023.