Skip to content

Commit 2e7612a

Browse files
authored
Merge pull request #253 from okta/release-2.6.1
2.6.1 bug release
2 parents 431b527 + 635a615 commit 2e7612a

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
Running changelog of releases since `2.0.0-rc.4`
33

4+
## v2.6.1
5+
6+
### Bug fixes
7+
- Pass previous query parameters to the NextPage URL #252 @bogdanprodan-okta
8+
49
## v2.6.0
510

611
### Updates

okta/okta.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi/generator/templates/okta.go.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"gopkg.in/yaml.v3"
1717
)
1818

19-
const Version = "2.6.0"
19+
const Version = "2.6.1"
2020

2121
type Client struct {
2222
config *config

0 commit comments

Comments
 (0)