From 635a61516c19999d9cf23fb3c4f8b7f354b9a021 Mon Sep 17 00:00:00 2001 From: Mike Mondragon Date: Tue, 17 Aug 2021 12:33:35 -0700 Subject: [PATCH] Hand craft a 2.6.1 bug release. --- CHANGELOG.md | 5 +++++ okta/okta.go | 2 +- openapi/generator/templates/okta.go.hbs | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64e53ba29..39521cd5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog Running changelog of releases since `2.0.0-rc.4` +## v2.6.1 + +### Bug fixes +- Pass previous query parameters to the NextPage URL #252 @bogdanprodan-okta + ## v2.6.0 ### Updates diff --git a/okta/okta.go b/okta/okta.go index 67d0dd21a..b8d5b6bab 100644 --- a/okta/okta.go +++ b/okta/okta.go @@ -32,7 +32,7 @@ import ( "gopkg.in/yaml.v3" ) -const Version = "2.6.0" +const Version = "2.6.1" type Client struct { config *config diff --git a/openapi/generator/templates/okta.go.hbs b/openapi/generator/templates/okta.go.hbs index 49df80043..fc7057405 100644 --- a/openapi/generator/templates/okta.go.hbs +++ b/openapi/generator/templates/okta.go.hbs @@ -16,7 +16,7 @@ import ( "gopkg.in/yaml.v3" ) -const Version = "2.6.0" +const Version = "2.6.1" type Client struct { config *config