From 8c2479aa80f3398a795bd70bafb416de54d314ca Mon Sep 17 00:00:00 2001 From: Kevin Hermawan <84965338+kevinhermawan@users.noreply.github.com> Date: Wed, 16 Oct 2024 05:46:59 +0700 Subject: [PATCH] release: 1.1.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf92f77..f3f9aa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.1.0 + +- chore: adds SPI badges by @kevinhermawan in https://github.com/kevinhermawan/swift-llm-chat-anthropic/pull/1 +- refactor: renames `customHeaders` to `headers` by @kevinhermawan in https://github.com/kevinhermawan/swift-llm-chat-anthropic/pull/3 + # 1.0.0 Initial release