From 4aaec87d32ede7e52881f3b2c0bd977c60f1f7f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A1n=20Del=20Valle?= Date: Thu, 25 Feb 2021 17:33:28 -0800 Subject: [PATCH] Bumping up version to 1.23.0 --- CHANGELOG.md | 2 ++ realis.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e95ba0..cb5a08f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +1.23.0 (unreleased) + 1.22.5 * Upgrading to thrift 0.14.0 diff --git a/realis.go b/realis.go index eb298e1..32b36b1 100644 --- a/realis.go +++ b/realis.go @@ -35,7 +35,7 @@ import ( "github.com/paypal/gorealis/response" ) -const version = "1.22.5" +const version = "1.23.0" // Realis is an interface that defines the various APIs that may be used to communicate with // the Apache Aurora scheduler.