diff --git a/scheduler/CHANGELOG.md b/scheduler/CHANGELOG.md index a13fb51dad..3f5c80be4e 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.34.1] - 2019-09-24 +### Added +- Pool name to matching logs, from @dposada + ## [1.34.0] - 2019-09-11 ### Added - `COOK_INSTANCE_NUM` environment variable, from @pschorf diff --git a/scheduler/project.clj b/scheduler/project.clj index ed24bd3c5c..64cd260f1d 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.34.1-SNAPSHOT" +(defproject cook "1.34.1" :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"]