Skip to content

Commit

Permalink
chore: update version and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shuowu committed Jun 19, 2020
1 parent 56ca6c3 commit 3fb7322
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
23 changes: 12 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Okta Node SDK Changelog

## PENDING

### Breaking Changes

- `addFactor()` changed to `enrollFactor()`
- `models.*Factor` classes are now `models.*UserFactor`
- `createRule()` changed to `changeGroupRule()`
- `listRules()` changed to `listGroupRules()`
- `deactivateRule()` changed to `deactivateGroupRule()`
- `user.addRole()` changed to `user.assignRole()`
- `user.forgotPassword()` changed to `user.forgotPasswordSetNewPassword()`
## 4.0.0

- [#147](https://github.com/okta/okta-sdk-nodejs/pull/147) **Breaking Changes** - OpenAPI update
- `addFactor()` changed to `enrollFactor()`
- `models.*Factor` classes are now `models.*UserFactor`
- `createRule()` changed to `changeGroupRule()`
- `listRules()` changed to `listGroupRules()`
- `deactivateRule()` changed to `deactivateGroupRule()`
- `user.addRole()` changed to `user.assignRole()`
- `user.forgotPassword()` changed to `user.forgotPasswordSetNewPassword()`

- [#167](https://github.com/okta/okta-sdk-nodejs/pull/167) Drop support for Node 8

## 3.3.1

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/okta-sdk-nodejs",
"version": "3.4.0",
"version": "4.0.0",
"description": "Okta API wrapper for Node.js",
"engines": {
"node": ">=10.0"
Expand Down

0 comments on commit 3fb7322

Please sign in to comment.