From 99d71e17344577bb71f48b03aa88d22853be6277 Mon Sep 17 00:00:00 2001 From: "Howard M. Lewis Ship" Date: Thu, 8 Feb 2024 08:52:07 -0800 Subject: [PATCH] Prep for 1.2.2 --- CHANGES.md | 6 ++++++ VERSION.txt | 2 +- deps.edn | 5 ++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e0204451..a291c849 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +## 1.2.2 - 8 Feb 2024 + +A few minor bug fixes. + +[Closed Issues](https://github.com/walmartlabs/lacinia/milestone/31?closed=1) + ## 1.2.1 - 5 Apr 2023 Fixed a bug that could prevent subscriptions for operating correctly. diff --git a/VERSION.txt b/VERSION.txt index b98c3156..6ac22da6 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,2 +1,2 @@ -1.2.1 +1.2.2 diff --git a/deps.edn b/deps.edn index 9cc5bed5..5cd03a3f 100644 --- a/deps.edn +++ b/deps.edn @@ -47,9 +47,12 @@ ;; clj -T:build :build {:deps {io.github.hlship/build-tools - {:git/tag "0.7.1" :git/sha "5a0214"}} + {:git/tag "0.10.1" :git/sha "7ecff5"}} :ns-default build}} + :net.lewisship.build/scm + {:license :asl} + :codox/config {:description "Clojure-native implementation of GraphQL" :source-uri "https://github.com/walmartlabs/lacinia/blob/master/{filepath}#L{line}"}}