From 8bc800a687b876fe341b7a4bac24978a7e633b25 Mon Sep 17 00:00:00 2001 From: Daniel Posada Date: Mon, 21 Sep 2020 20:04:14 -0500 Subject: [PATCH] Updates changelog and version for v1.46.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 5deb6b0673..6af5f0350f 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.46.0] - 2020-09-21 +### Added +- Workload fields to job application, from @dposada + ## [1.45.2] - 2020-09-15 ### Changed - Reduced excessive logging for k8s, from @dposada diff --git a/scheduler/project.clj b/scheduler/project.clj index 068dfff5c4..9b8a5a9569 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.45.3-SNAPSHOT" +(defproject cook "1.46.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.8.0"]