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