From e13ee078be0f3a86df817f94cac3665aed5e8572 Mon Sep 17 00:00:00 2001 From: Howard Lewis Ship Date: Sun, 17 Nov 2024 18:42:41 -0800 Subject: [PATCH] Prep for 1.3.1 --- CHANGELOG.md | 8 ++++++++ build.clj | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00a91ed..7488ed4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.3.1 -- 17 Nov 2024 + +This bug fix release corrects the fact that GraphiQL resouces were not +packaged with the JAR file. + +[Closed Issues](https://github.com/walmartlabs/lacinia-pedestal/milestone/21?closed=1) + + ## 1.3 -- 17 Oct 2024 *BREAKING CHANGES* diff --git a/build.clj b/build.clj index 80497bb..ab47d8d 100644 --- a/build.clj +++ b/build.clj @@ -19,7 +19,7 @@ [net.lewisship.build :refer [requiring-invoke]])) (def lib 'com.walmartlabs/lacinia-pedestal) -(def version "1.3") +(def version "1.3.1") (def jar-params {:project-name lib :version version}) @@ -61,7 +61,7 @@ (clean nil) (prep nil) (requiring-invoke net.lewisship.build.jar/create-jar jar-params)) -. + (defn deploy [_params] (requiring-invoke net.lewisship.build.jar/deploy-jar (jar nil)))