Skip to content

Commit

Permalink
Prep for 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Oct 1, 2018
1 parent 3b639e8 commit c1f0db9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.30.0 -- UNRELEASED
## 0.30.0 -- 1 Oct 2018

A field resolver that returns a list of values may now wrap the individual
items in the list with `com.walmartlabs.lacinia.resolve/with-context`
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.walmartlabs/lacinia "0.30.0-rc-1"
(defproject com.walmartlabs/lacinia "0.30.0"
:description "A GraphQL server implementation in Clojure"
:license {:name "Apache, Version 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0"}
Expand Down

0 comments on commit c1f0db9

Please sign in to comment.