Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Updates changelog and version for v1.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dposada authored and nsinkov committed Sep 22, 2020
1 parent 65d0892 commit 8bc800a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions scheduler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.46.0] - 2020-09-21
### Added
- Workload fields to job application, from @dposada

## [1.45.2] - 2020-09-15
### Changed
- Reduced excessive logging for k8s, from @dposada
Expand Down
2 changes: 1 addition & 1 deletion scheduler/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
;; See the License for the specific language governing permissions and
;; limitations under the License.
;;
(defproject cook "1.45.3-SNAPSHOT"
(defproject cook "1.46.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"]
Expand Down

0 comments on commit 8bc800a

Please sign in to comment.