Skip to content

Commit

Permalink
packs-sdk: release v1.7.1 (#2833)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqian-codaio authored Nov 15, 2023
1 parent e2a37f1 commit d11d4c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ This changelog keeps track of all changes to the Packs SDK. We follow convention
### Added

- Added `updateOptions.extraOAuthScopes` to sync tables to support incremental OAuth with 2-way sync.

## [1.7.1] - 2023-11-15

### Added

- Added `OAuth2ClientCredentials` authentication type as a system authentication type.

## [1.7.0] - 2023-10-24
Expand Down Expand Up @@ -634,7 +639,8 @@ await myHelper(context);

- Beginning of alpha versioning.

[unreleased]: https://github.com/coda/packs-sdk/compare/v1.7.0...HEAD
[unreleased]: https://github.com/coda/packs-sdk/compare/v1.7.1...HEAD
[1.7.1]: https://github.com/coda/packs-sdk/compare/v1.6.0...v1.7.1
[1.7.0]: https://github.com/coda/packs-sdk/compare/v1.6.0...v1.7.0
[1.6.0]: https://github.com/coda/packs-sdk/compare/v1.5.1...v1.6.0
[1.5.1]: https://github.com/coda/packs-sdk/compare/v1.4.1...v1.5.1
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codahq/packs-sdk",
"version": "1.7.0",
"version": "1.7.1",
"license": "MIT",
"workspaces": [
"dev/eslint"
Expand Down Expand Up @@ -162,4 +162,4 @@
}
}
}
}
}

0 comments on commit d11d4c2

Please sign in to comment.