Skip to content

Commit 6596dbb

Browse files
authored
8.18.0 (#1178)
* Update CHANGELOG * 8.18.0
1 parent f0fc1b9 commit 6596dbb

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [8.18.0] - 2025-10-13
11+
12+
### Added
13+
14+
- Add support for connection purpose configuration options in `connections`. [#1162]
15+
16+
### Fixed
17+
18+
- Fix execution order for `logStreams`. [#1175]
19+
- Fix keyword replacement handling for special characters. [#1174]
20+
1021
## [8.17.0] - 2025-09-30
1122

1223
### Added
@@ -1440,8 +1451,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14401451
[#1158]: https://github.com/auth0/auth0-deploy-cli/issues/1158
14411452
[#1159]: https://github.com/auth0/auth0-deploy-cli/issues/1159
14421453
[#1161]: https://github.com/auth0/auth0-deploy-cli/issues/1161
1454+
[#1162]: https://github.com/auth0/auth0-deploy-cli/issues/1162
14431455
[#1166]: https://github.com/auth0/auth0-deploy-cli/issues/1166
1444-
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.17.0...HEAD
1456+
[#1174]: https://github.com/auth0/auth0-deploy-cli/issues/1174
1457+
[#1175]: https://github.com/auth0/auth0-deploy-cli/issues/1175
1458+
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.18.0...HEAD
1459+
[8.18.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.17.0...v8.18.0
14451460
[8.17.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.16.0...v8.17.0
14461461
[8.16.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.15.0...v8.16.0
14471462
[8.15.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.13.0...v8.15.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-deploy-cli",
3-
"version": "8.17.0",
3+
"version": "8.18.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)