diff --git a/scheduler/CHANGELOG.md b/scheduler/CHANGELOG.md index 79fb364263..42705efa31 100644 --- a/scheduler/CHANGELOG.md +++ b/scheduler/CHANGELOG.md @@ -4,6 +4,15 @@ 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.15.0] - 2018-04-17 +### Added +- Support for pool param to /usage endpoint, from @dposada +- Support for pool param on job submission, from @dposada +- Support for SSL, from @pschorf +- Support for api-only mode, from @dposada +### Fixed +- Issue where monitor metrics would sometimes stop on a non-zero value, from @dposada + ## [1.14.1] - 2018-03-29 ### Fixed - Fix performance regression in list API, from @scrosby diff --git a/scheduler/project.clj b/scheduler/project.clj index 2b4eb6b32f..0a403f0192 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.14.2-SNAPSHOT" +(defproject cook "1.15.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"]