From c318042e96a9ef8e07c59acb6025c3ddea17de6b Mon Sep 17 00:00:00 2001 From: "Tan N. Le" Date: Tue, 9 Nov 2021 09:00:35 -0800 Subject: [PATCH] release 1.24.0 (#139) --- CHANGELOG.md | 9 ++++++++- realis.go | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1ee217..c16d735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ -1.23.1 (unreleased) +1.24.1 (unreleased) + +1.24.0 + +* enable default sla for slaDrain +* Changes Travis CI badge to Github Actions badge +* Bug fix for auto paused update monitor +* Adds support for running CI on github actions 1.23.0 diff --git a/realis.go b/realis.go index 89de748..0464908 100644 --- a/realis.go +++ b/realis.go @@ -35,7 +35,7 @@ import ( "github.com/paypal/gorealis/response" ) -const version = "1.23.1" +const version = "1.24.1" // Realis is an interface that defines the various APIs that may be used to communicate with // the Apache Aurora scheduler.