Skip to content

Commit

Permalink
Release v1.6.0
Browse files Browse the repository at this point in the history
N.B. This release will require projects to upgrade to the Jetty 11 clients, e.g.

`[org.eclipse.jetty.http2/http2-client "11.0.1"]`

(or newer) due to API changes in Jetty 10/11 regarding the HttpFields API

Changes since v1.5.14
------------------------
4979695 Support Jetty 11 (#86)

Signed-off-by: Greg Haskins <[email protected]>
  • Loading branch information
ghaskins committed Mar 28, 2021
1 parent 4979695 commit 448a438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject protojure "1.6.0-SNAPSHOT"
(defproject protojure "1.6.0"
:description "Support library for protoc-gen-clojure, providing native Clojure support for Google Protocol Buffers and GRPC applications"
:url "http://github.com/protojure/library"
:license {:name "Apache License 2.0"
Expand Down

0 comments on commit 448a438

Please sign in to comment.