From 075bcdcbb0969fe4dbd15770f29b7273ff872b78 Mon Sep 17 00:00:00 2001 From: "Howard M. Lewis Ship" Date: Fri, 12 Jul 2024 15:26:43 -0700 Subject: [PATCH] Prep for 1.3 --- CHANGELOG.md | 4 +++- build.clj | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5c291c..3cddc80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3 -- UNRELEASED +## 1.3 -- 12 Jul 2024 *BREAKING CHANGES* @@ -13,6 +13,8 @@ Other changes: * Bumped many dependencies to latest * Bumped Pedestal dependency to 0.7.0 +[Closed Issues](https://github.com/walmartlabs/lacinia-pedestal/milestone/20?closed=1) + ## 1.2 -- 23 Jun 2023 Logging from the `com.walmartlabs.lacinia.pedestal.subscriptions` namespace diff --git a/build.clj b/build.clj index b948db5..ffb1d92 100644 --- a/build.clj +++ b/build.clj @@ -19,7 +19,7 @@ [net.lewisship.build :as b])) (def lib 'com.walmartlabs/lacinia-pedestal) -(def version "1.2") +(def version "1.3") (def project-opts {:project-name lib