From 12b051a190b6870869abf084150fff314ab0ca8b Mon Sep 17 00:00:00 2001 From: Khavish Anshudass Bhundoo Date: Tue, 21 May 2024 23:10:58 +0400 Subject: [PATCH] release: 0.4.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3e2bf49..980ea05 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.1" + ".": "0.4.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f1688d..b8a5184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.4.2](https://github.com/khavishbhundoo/callmytrade-api/compare/0.4.1...0.4.2) (2024-05-21) + + +### Build + +* add seq to docker setup ([#76](https://github.com/khavishbhundoo/callmytrade-api/issues/76)) ([db8b823](https://github.com/khavishbhundoo/callmytrade-api/commit/db8b823ed1ece23c7c8ba036f00f34a8a272f734)) +* **deps:** bump AWSSDK.CloudWatchLogs from 3.7.305.33 to 3.7.305.34 ([#72](https://github.com/khavishbhundoo/callmytrade-api/issues/72)) ([de612b5](https://github.com/khavishbhundoo/callmytrade-api/commit/de612b5abfe25b7ff2eb519969ee38a10cd7f3a4)) +* **deps:** bump AWSSDK.Core from 3.7.304.2 to 3.7.304.3 ([#73](https://github.com/khavishbhundoo/callmytrade-api/issues/73)) ([6837c79](https://github.com/khavishbhundoo/callmytrade-api/commit/6837c79ced2f0f07d4a765e9fba1e46a0cadfe4f)) +* **deps:** bump Serilog.Sinks.AwsCloudWatch from 4.2.25 to 4.2.29 ([#74](https://github.com/khavishbhundoo/callmytrade-api/issues/74)) ([052128d](https://github.com/khavishbhundoo/callmytrade-api/commit/052128d0732d480ca12247f42239ac3ca908b434)) + ## [0.4.1](https://github.com/khavishbhundoo/callmytrade-api/compare/0.4.0...0.4.1) (2024-05-19)