Skip to content

Commit a5b26e8

Browse files
authored
Merge pull request #236 from okta/release-2.3.1
Prep for Release 2.3.1
2 parents acdc6d6 + c288e9c commit a5b26e8

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

4+
## v2.3.1
5+
6+
### Updates
7+
- Support opaque private keys (#225) @aborrello
8+
- Improve OAuth 2.0 servapp doc (#221) @juanmatias
9+
- Removed omitempty from ApplicationGroupAssignment priority field (#218) @bogdanprodan-okta
10+
- Added `WithHttpClientPtr`, `WithHttpClientPtr` (#214) @bogdanprodan-okta
11+
- Remove omitempty of 'default_scope' field (#212) @bogdanprodan-okta
12+
- Add exported OKTA_ACCESS_TOKEN constant (#213) @bretterer
13+
- Adds Stalebot workflow (#210) @bretterer
14+
15+
### Bug fixes
16+
- Fixed typo in error message of "too many requests" #230 @halmai
17+
418
## v2.3.0
519

620
### New Structs

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.3.1"
2020

2121
type Client struct {
2222
config *config

0 commit comments

Comments
 (0)