From 87ecb6e5ad5fecd6cb94de0d42cf0e5fb6cd380d Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Thu, 2 Jan 2025 00:51:59 +0000 Subject: [PATCH] chore(release): 0.3.0 [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 92d3115..6cc30ad 100644 --- a/src/AnthropicClient/AnthropicClient.csproj +++ b/src/AnthropicClient/AnthropicClient.csproj @@ -4,7 +4,7 @@ netstandard2.0 latest AnthropicClient - 0.2.0 + 0.3.0 Stevan Freeborn Anthropic Client Library https://anthropicclient.stevanfreeborn.com/ diff --git a/src/AnthropicClient/CHANGELOG.md b/src/AnthropicClient/CHANGELOG.md index a258b4b..905a124 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.3.0](https://www.github.com/StevanFreeborn/anthropic-client/releases/tag/v0.3.0) (2025-01-02) + +### Features + +* add missing model identifiers ([6e0c065](https://www.github.com/StevanFreeborn/anthropic-client/commit/6e0c0654af6a7daebac541995e4f082bae4a052e)) + ## [0.2.0](https://www.github.com/StevanFreeborn/anthropic-client/releases/tag/v0.2.0) (2024-11-21)