Skip to content

Commit

Permalink
Merge pull request #314 from okta/prep_2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bretterer authored Sep 28, 2022
2 parents acd4d28 + 98b271f commit b0788d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Okta Python SDK Changelog

## v2.7.0
_What's Changed_
* Regenerated and added pkce_requried to app oauth credentials by @drewcarmichael-okta in https://github.com/okta/okta-sdk-python/pull/313

_New Contributors_
* @drewcarmichael-okta made their first contribution in https://github.com/okta/okta-sdk-python/pull/313

## v2.6.0
- Manage custom group profile attributes (Fixes #279)
## v2.5.0
Expand Down
2 changes: 1 addition & 1 deletion okta/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.6.0'
__version__ = '2.7.0'

0 comments on commit b0788d3

Please sign in to comment.