Skip to content

Commit

Permalink
Merge pull request #236 from okta/release-2.3.1
Browse files Browse the repository at this point in the history
Prep for Release 2.3.1
  • Loading branch information
monde authored Jul 6, 2021
2 parents acdc6d6 + c288e9c commit a5b26e8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog
Running changelog of releases since `2.0.0-rc.4`

## v2.3.1

### Updates
- Support opaque private keys (#225) @aborrello
- Improve OAuth 2.0 servapp doc (#221) @juanmatias
- Removed omitempty from ApplicationGroupAssignment priority field (#218) @bogdanprodan-okta
- Added `WithHttpClientPtr`, `WithHttpClientPtr` (#214) @bogdanprodan-okta
- Remove omitempty of 'default_scope' field (#212) @bogdanprodan-okta
- Add exported OKTA_ACCESS_TOKEN constant (#213) @bretterer
- Adds Stalebot workflow (#210) @bretterer

### Bug fixes
- Fixed typo in error message of "too many requests" #230 @halmai

## v2.3.0

### New Structs
Expand Down
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.3.1"

type Client struct {
config *config
Expand Down

0 comments on commit a5b26e8

Please sign in to comment.