Skip to content

Commit

Permalink
Prep for 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Jul 12, 2024
1 parent 55d29b9 commit 075bcdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.3 -- UNRELEASED
## 1.3 -- 12 Jul 2024

*BREAKING CHANGES*

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 075bcdc

Please sign in to comment.