From 895d810b6c6d70745f8fc0a26f0e2dac809cac7e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ren=C3=A1n=20Del=20Valle?= <commit@ridv.xyz>
Date: Thu, 25 Feb 2021 17:31:02 -0800
Subject: [PATCH] Releasing Version 1.22.5

---
 CHANGELOG.md | 2 +-
 realis.go    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index edbe03d..3e95ba0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-1.22.5 (unreleased)
+1.22.5
 
 * Upgrading to thrift 0.14.0
 
diff --git a/realis.go b/realis.go
index 5c3b8e0..eb298e1 100644
--- a/realis.go
+++ b/realis.go
@@ -35,7 +35,7 @@ import (
 	"github.com/paypal/gorealis/response"
 )
 
-const version = "1.21.1"
+const version = "1.22.5"
 
 // Realis is an interface that defines the various APIs that may be used to communicate with
 // the Apache Aurora scheduler.