Skip to content

Commit

Permalink
Merge pull request #253 from okta/release-2.6.1
Browse files Browse the repository at this point in the history
2.6.1 bug release
  • Loading branch information
monde authored Aug 17, 2021
2 parents 431b527 + 635a615 commit 2e7612a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion okta/okta.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openapi/generator/templates/okta.go.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"gopkg.in/yaml.v3"
)

const Version = "2.6.0"
const Version = "2.6.1"

type Client struct {
config *config
Expand Down

0 comments on commit 2e7612a

Please sign in to comment.