Skip to content

Commit 10a6be8

Browse files
authored
Update changelog for v7.17.6 (#805)
1 parent 682e36b commit 10a6be8

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [7.17.6] - 2023-06-23
11+
12+
### Changed
13+
14+
- Improve handling of custom text prompts, reducing high-volume errors and timeouts by leveraging connection pooling for controlled execution [#804]
15+
1016
## [7.17.5] - 2023-06-08
1117

1218
### Fixed
@@ -944,7 +950,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
944950
[#797]: https://github.com/auth0/auth0-deploy-cli/issues/797
945951
[#799]: https://github.com/auth0/auth0-deploy-cli/issues/799
946952
[#800]: https://github.com/auth0/auth0-deploy-cli/issues/800
947-
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.5...HEAD
953+
[#804]: https://github.com/auth0/auth0-deploy-cli/issues/804
954+
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.6...HEAD
955+
[7.17.6]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.5...v7.17.6
948956
[7.17.5]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.4...v7.17.5
949957
[7.17.4]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.3...v7.17.4
950958
[7.17.3]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.2...v7.17.3

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": "7.17.5",
3+
"version": "7.17.6",
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)