From a782c83cd758e401a8431ba2a823802c934eb1ea Mon Sep 17 00:00:00 2001 From: Kevin Hermawan <84965338+kevinhermawan@users.noreply.github.com> Date: Sat, 28 Sep 2024 18:28:49 +0700 Subject: [PATCH] release: 1.0.1 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf92f77..85ee056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.0.1 + +- chore: adds SPI badges by @kevinhermawan in https://github.com/kevinhermawan/swift-llm-chat-openai/pull/1 +- chore: improves unit tests by @kevinhermawan in https://github.com/kevinhermawan/swift-llm-chat-openai/pull/2 + # 1.0.0 Initial release