From 57d8878215b285da0596477f33f7063a49ca4161 Mon Sep 17 00:00:00 2001 From: Scott Crosby Date: Tue, 14 Sep 2021 11:25:12 -0500 Subject: [PATCH] Updates changelog and version for 1.56.0 --- scheduler/CHANGELOG.md | 4 ++++ scheduler/project.clj | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/scheduler/CHANGELOG.md b/scheduler/CHANGELOG.md index 810959c0cf..8fe985a5cc 100644 --- a/scheduler/CHANGELOG.md +++ b/scheduler/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.56.0] - 2021-09-14 +### Changed +- Upgraded Cook to work with JDK11 and Clojure 1.10, from @scrosby + ## [1.55.2] - 2021-09-02 ### Fixed - Bug in default image selection logging, from @nsinkov diff --git a/scheduler/project.clj b/scheduler/project.clj index 2dadf0edb9..ba402d5024 100644 --- a/scheduler/project.clj +++ b/scheduler/project.clj @@ -13,7 +13,7 @@ ;; See the License for the specific language governing permissions and ;; limitations under the License. ;; -(defproject cook "1.55.3-SNAPSHOT" +(defproject cook "1.56.0" :description "This launches jobs on a Mesos cluster with fair sharing and preemption" :license {:name "Apache License, Version 2.0"} :dependencies [[org.clojure/clojure "1.10.3"]