From 10d75d74106bb5495a51140b683c06b7195e2357 Mon Sep 17 00:00:00 2001 From: Kevin Hermawan <84965338+kevinhermawan@users.noreply.github.com> Date: Thu, 3 Oct 2024 21:00:41 +0700 Subject: [PATCH] release: 1.0.2 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85ee056..a7a8b77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.0.2 + +- chore(Playground): adds multimodal example to OpenAI-compatible section by @kevinhermawan in https://github.com/kevinhermawan/swift-llm-chat-openai/pull/3 +- feat: adds prompt caching usage by @kevinhermawan in https://github.com/kevinhermawan/swift-llm-chat-openai/pull/4 + # 1.0.1 - chore: adds SPI badges by @kevinhermawan in https://github.com/kevinhermawan/swift-llm-chat-openai/pull/1