From 69ec59d0ee8d399149a71fcda4f4577d956ee335 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Thu, 21 Nov 2024 20:07:42 +0000 Subject: [PATCH] chore(release): 0.2.0 [skip ci] --- src/AnthropicClient/AnthropicClient.csproj | 2 +- src/AnthropicClient/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/AnthropicClient/AnthropicClient.csproj b/src/AnthropicClient/AnthropicClient.csproj index e208054..92d3115 100644 --- a/src/AnthropicClient/AnthropicClient.csproj +++ b/src/AnthropicClient/AnthropicClient.csproj @@ -4,7 +4,7 @@ netstandard2.0 latest AnthropicClient - 0.1.1 + 0.2.0 Stevan Freeborn Anthropic Client Library https://anthropicclient.stevanfreeborn.com/ diff --git a/src/AnthropicClient/CHANGELOG.md b/src/AnthropicClient/CHANGELOG.md index 2f778db..a258b4b 100644 --- a/src/AnthropicClient/CHANGELOG.md +++ b/src/AnthropicClient/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines. + +## [0.2.0](https://www.github.com/StevanFreeborn/anthropic-client/releases/tag/v0.2.0) (2024-11-21) + +### Features + +* add content type ([c4d4d8a](https://www.github.com/StevanFreeborn/anthropic-client/commit/c4d4d8a15bb690ae2b766a8f797b9e49f6965e60)) +* add model for DocumentContent and DocumentSource ([f3a7040](https://www.github.com/StevanFreeborn/anthropic-client/commit/f3a7040cb929ac55df2b8369a26bb1b1a8e29fc8)) + ## [0.1.1](https://www.github.com/StevanFreeborn/anthropic-client/releases/tag/v0.1.1) (2024-11-19)