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)