Skip to content

Commit 49dd0ba

Browse files
authoredMar 13, 2025··
8.7.0 (#1050)
* CHANGELOG update * 8.7.0 * CHANGELOG lint
1 parent fce6458 commit 49dd0ba

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
lines changed
 

‎CHANGELOG.md

+26-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [8.7.0] - 2025-03-13
11+
12+
### Added
13+
14+
- Add support for extensibility as custom phone provider `phoneProviders` [#1038]
15+
- Add support for checkpoint pagination for GET `connections` [#1041]
16+
17+
### Fixed
18+
19+
- Removed survey link from import/export command [#1039]
20+
- Fix dumping JSON files with keyword preserve markers in client grants [#1040]
21+
- Fix warn log insufficient scope for branding templates export [#1047]
22+
23+
### Security
24+
25+
- Security fixes from dependencies [#1046]
26+
- Node 20(v20.18.3) LTS and newer LTS releases are supported [#1046]
27+
1028
## [8.6.2] - 2025-02-21
1129

1230
### Added
@@ -1235,7 +1253,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12351253
[#1031]: https://github.com/auth0/auth0-deploy-cli/issues/1031
12361254
[#1032]: https://github.com/auth0/auth0-deploy-cli/issues/1032
12371255
[#1035]: https://github.com/auth0/auth0-deploy-cli/issues/1035
1238-
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.6.2...HEAD
1256+
[#1038]: https://github.com/auth0/auth0-deploy-cli/issues/1038
1257+
[#1039]: https://github.com/auth0/auth0-deploy-cli/issues/1039
1258+
[#1040]: https://github.com/auth0/auth0-deploy-cli/issues/1040
1259+
[#1041]: https://github.com/auth0/auth0-deploy-cli/issues/1041
1260+
[#1046]: https://github.com/auth0/auth0-deploy-cli/issues/1046
1261+
[#1047]: https://github.com/auth0/auth0-deploy-cli/issues/1047
1262+
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.7.0...HEAD
1263+
[8.7.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.6.2...v8.7.0
12391264
[8.6.2]: https://github.com/auth0/auth0-deploy-cli/compare/v8.6.1...v8.6.2
12401265
[8.6.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.6.0...v8.6.1
12411266
[8.6.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.5.0...v8.6.0

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-deploy-cli",
3-
"version": "8.6.2",
3+
"version": "8.7.0",
44
"description": "A command line tool for deploying updates to your Auth0 tenant",
55
"main": "lib/index.js",
66
"bin": {

0 commit comments

Comments
 (0)
Please sign in to comment.