Skip to content

Commit

Permalink
Hand craft a 2.6.1 bug release.
Browse files Browse the repository at this point in the history
  • Loading branch information
monde committed Aug 17, 2021
1 parent 431b527 commit 635a615
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 635a615

Please sign in to comment.