diff --git a/CHANGELOG.md b/CHANGELOG.md index a1df992..a708066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. This change ## [Unreleased] +## [0.1.28.0] - 2026-02-27 ### Changed (upstream PR #554 sync) - **BREAKING**: `:on-permission-request` is now **required** when calling `create-session`, `resume-session`, ` **Note:** The Clojars artifact `net.clojars.krukow/copilot-sdk` is deprecated. diff --git a/build.clj b/build.clj index dd349e3..c1991ae 100644 --- a/build.clj +++ b/build.clj @@ -7,7 +7,7 @@ (:import [java.io File])) (def lib 'io.github.copilot-community-sdk/copilot-sdk-clojure) -(def version "0.1.26.0-SNAPSHOT") +(def version "0.1.28.0") (def class-dir "target/classes") (defn- try-sh