Skip to content

Commit 9cb804f

Browse files
Merge pull request #184 from okta/fix_version_number
Update version number
2 parents 31ba428 + 027b676 commit 9cb804f

4 files changed

Lines changed: 7 additions & 14 deletions

File tree

CHANGELOG.md

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

4-
## v2.3.0
5-
### New Structs
6-
- `OpenIdConnectApplicationSettingsRefreshToken`
7-
- `OpenIdConnectRefreshTokenRotationType`
8-
9-
### Bug Fixes
10-
- `NewCustomHotpUserFactor` sets factor type to `token:htop`
11-
12-
### Updates
13-
- Updates `OpenIdConnectApplicationSettingsClient` properties to include `RefreshToken *OpenIdConnectApplicationSettingsRefreshToken`
14-
154
## v2.2.0
165
### New Structs
176
- `OpenIdConnectApplicationSettingsClientKeys`
7+
- `OpenIdConnectApplicationSettingsRefreshToken`
8+
- `OpenIdConnectRefreshTokenRotationType`
189

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

2214
### Updates
2315
- Removes vendor directory
16+
- Updates `OpenIdConnectApplicationSettingsClient` properties to include `RefreshToken *OpenIdConnectApplicationSettingsRefreshToken`
2417

2518
## v2.1.0
2619
### New Structs

okta/application.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.

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

2121
type Client struct {
2222
config *config

0 commit comments

Comments
 (0)