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