From 19dfd80d41ce9b269d5e7d9392641803763645cc Mon Sep 17 00:00:00 2001
From: laurameng <menglaura12@gmail.com>
Date: Wed, 7 Sep 2022 12:01:15 -0400
Subject: [PATCH] Updating changelog and version for v1.63.1 release

---
 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 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"]