diff --git a/scheduler/CHANGELOG.md b/scheduler/CHANGELOG.md index d63e1353d5..8be39ea4c3 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.62.3] - 2022-08-03 +### Changed +- Configured the /metrics endpoint to have a separate rate limit, from @samincheva + ## [1.62.2] - 2022-08-02 ### Added - Prometheus, from @samincheva diff --git a/scheduler/project.clj b/scheduler/project.clj index d1a0513ec3..4c7328395b 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.62.3-SNAPSHOT" +(defproject cook "1.62.3" :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"]