diff --git a/scheduler/CHANGELOG.md b/scheduler/CHANGELOG.md index 2f179990f..3eadad451 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.63.1] - 2022-09-07 +### Changed +- Reverted parallel Kubernetes watch processing for future release + ## [1.63.0] - 2022-09-06 ### Added - Prometheus metrics diff --git a/scheduler/project.clj b/scheduler/project.clj index 39c88def4..652659a39 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.63.1-SNAPSHOT" +(defproject cook "1.63.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.10.3"]