From d3d156a65d8438119ca1fce9344c2f15b22aac88 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:22:03 +0000 Subject: [PATCH] chore(release): 0.1.1 [skip ci] --- src/AnthropicClient/AnthropicClient.csproj | 2 +- src/AnthropicClient/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/AnthropicClient/AnthropicClient.csproj b/src/AnthropicClient/AnthropicClient.csproj index 6e77cb6..e208054 100644 --- a/src/AnthropicClient/AnthropicClient.csproj +++ b/src/AnthropicClient/AnthropicClient.csproj @@ -4,7 +4,7 @@ netstandard2.0 latest AnthropicClient - 0.1.0 + 0.1.1 Stevan Freeborn Anthropic Client Library https://anthropicclient.stevanfreeborn.com/ diff --git a/src/AnthropicClient/CHANGELOG.md b/src/AnthropicClient/CHANGELOG.md index 5fc64bf..2f778db 100644 --- a/src/AnthropicClient/CHANGELOG.md +++ b/src/AnthropicClient/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines. + +## [0.1.1](https://www.github.com/StevanFreeborn/anthropic-client/releases/tag/v0.1.1) (2024-11-19) + +### Bug Fixes + +* address vulnerabilities in dependencies ([24bd877](https://www.github.com/StevanFreeborn/anthropic-client/commit/24bd877c095c7e65fd1d90ad36cc263800dc54ea)) + ## [0.1.0](https://www.github.com/StevanFreeborn/anthropic-client/releases/tag/v0.1.0) (2024-08-18)