Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 0.2.1 #44

Merged
merged 1 commit into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.2.1"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.2.1](https://github.com/khavishbhundoo/callmytrade-api/compare/0.2.0...0.2.1) (2024-05-16)


### Build

* **deps:** bump AWSSDK.CloudWatchLogs from 3.7.305.30 to 3.7.305.32 ([#36](https://github.com/khavishbhundoo/callmytrade-api/issues/36)) ([f501b32](https://github.com/khavishbhundoo/callmytrade-api/commit/f501b328e6f7e221ba88f145ef8f914ed8ba482f))
* **deps:** bump AWSSDK.Core from 3.7.303.29 to 3.7.304.1 ([#41](https://github.com/khavishbhundoo/callmytrade-api/issues/41)) ([07c8d7f](https://github.com/khavishbhundoo/callmytrade-api/commit/07c8d7fe221192d3a026a468e8b1fd34f51035b6))
* **deps:** bump Microsoft.AspNetCore.Mvc.Testing from 8.0.4 to 8.0.5 ([#40](https://github.com/khavishbhundoo/callmytrade-api/issues/40)) ([d085021](https://github.com/khavishbhundoo/callmytrade-api/commit/d085021512467898af9555d9b69c7468b1057164))
* **deps:** bump Microsoft.Extensions.TimeProvider.Testing ([#38](https://github.com/khavishbhundoo/callmytrade-api/issues/38)) ([24a6af0](https://github.com/khavishbhundoo/callmytrade-api/commit/24a6af061ef933a81e250a22a3a99c91fc678df7))
* **deps:** bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 ([#30](https://github.com/khavishbhundoo/callmytrade-api/issues/30)) ([97423cb](https://github.com/khavishbhundoo/callmytrade-api/commit/97423cb8a08801144b10e3130ae9bf051d6a55ce))
* **deps:** bump Swashbuckle.AspNetCore from 6.5.0 to 6.6.1 ([#39](https://github.com/khavishbhundoo/callmytrade-api/issues/39)) ([1879476](https://github.com/khavishbhundoo/callmytrade-api/commit/18794765381b2a4157d10029ba5b059a32c9b7b5))
* **deps:** bump Swashbuckle.AspNetCore.Annotations from 6.5.0 to 6.6.1 ([#37](https://github.com/khavishbhundoo/callmytrade-api/issues/37)) ([9930fbc](https://github.com/khavishbhundoo/callmytrade-api/commit/9930fbcc4628f23c7a9351480ecf89c8ac350e59))
* **deps:** bump xunit from 2.5.3 to 2.8.0 ([#29](https://github.com/khavishbhundoo/callmytrade-api/issues/29)) ([32e8e69](https://github.com/khavishbhundoo/callmytrade-api/commit/32e8e6977149df75b194f5631dfc41f469310b9a))
* **deps:** bump xunit.runner.visualstudio from 2.5.3 to 2.8.0 ([#31](https://github.com/khavishbhundoo/callmytrade-api/issues/31)) ([a1f1792](https://github.com/khavishbhundoo/callmytrade-api/commit/a1f1792749c94014c11e7824e6c7f1e516bdde48))

## [0.2.0](https://github.com/khavishbhundoo/callmytrade-api/compare/v0.1.1...v0.2.0) (2024-05-12)


Expand Down