Skip to content

Commit

Permalink
Merge pull request #184 from okta/fix_version_number
Browse files Browse the repository at this point in the history
Update version number
  • Loading branch information
bogdanprodan-okta authored Nov 12, 2020
2 parents 31ba428 + 027b676 commit 9cb804f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 14 deletions.
15 changes: 4 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,19 @@
# Changelog
Running changelog of releases since `2.0.0-rc.4`

## v2.3.0
### New Structs
- `OpenIdConnectApplicationSettingsRefreshToken`
- `OpenIdConnectRefreshTokenRotationType`

### Bug Fixes
- `NewCustomHotpUserFactor` sets factor type to `token:htop`

### Updates
- Updates `OpenIdConnectApplicationSettingsClient` properties to include `RefreshToken *OpenIdConnectApplicationSettingsRefreshToken`

## v2.2.0
### New Structs
- `OpenIdConnectApplicationSettingsClientKeys`
- `OpenIdConnectApplicationSettingsRefreshToken`
- `OpenIdConnectRefreshTokenRotationType`

### Bug Fixes
- Updates `okta/OpenIdConnectApplicationSettingsClient` properties to include `jwks []JsonWebKey` (Resolves #176)
- `NewCustomHotpUserFactor` sets factor type to `token:htop`

### Updates
- Removes vendor directory
- Updates `OpenIdConnectApplicationSettingsClient` properties to include `RefreshToken *OpenIdConnectApplicationSettingsRefreshToken`

## v2.1.0
### New Structs
Expand Down
2 changes: 1 addition & 1 deletion okta/application.go

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

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.3.0"
const Version = "2.2.0"

type Client struct {
config *config
Expand Down

0 comments on commit 9cb804f

Please sign in to comment.