From 108b5347e81917cc2fbfde6ab620007b525c6245 Mon Sep 17 00:00:00 2001 From: Kevin Hermawan <84965338+kevinhermawan@users.noreply.github.com> Date: Sun, 27 Oct 2024 11:30:57 +0700 Subject: [PATCH] release: 1.1.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3f9aa6..6b9c9b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.1.1 + +- docs: adds related packages section by @kevinhermawan in https://github.com/kevinhermawan/swift-llm-chat-anthropic/pull/4 +- feat: adds type aliases by @kevinhermawan in https://github.com/kevinhermawan/swift-llm-chat-anthropic/pull/5 +- improve: adds better error handling by @kevinhermawan in https://github.com/kevinhermawan/swift-llm-chat-anthropic/pull/6 + # 1.1.0 - chore: adds SPI badges by @kevinhermawan in https://github.com/kevinhermawan/swift-llm-chat-anthropic/pull/1