diff --git a/CHANGELOG.md b/CHANGELOG.md index 97f5c82..a1ee217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +1.23.1 (unreleased) + 1.23.0 * First release tested against Aurora Scheduler 0.23.0 diff --git a/realis.go b/realis.go index 32b36b1..ce1fc99 100644 --- a/realis.go +++ b/realis.go @@ -35,7 +35,7 @@ import ( "github.com/paypal/gorealis/response" ) -const version = "1.23.0" +const version = "1.23.1" // Realis is an interface that defines the various APIs that may be used to communicate with // the Apache Aurora scheduler.