From 0c0c272d805cf472883471f16f60772fd5ac838b Mon Sep 17 00:00:00 2001 From: kushalshit27 <43465488+kushalshit27@users.noreply.github.com> Date: Mon, 13 Oct 2025 08:51:10 +0530 Subject: [PATCH 1/2] Update CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index efdc6032b..342fb9a16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Add support for connection purpose configuration options in `connections`. [#1162] + +### Fixed + +- Fix execution order for `logStreams`. [#1175] +- Fix keyword replacement handling for special characters. [#1174] + ## [8.17.0] - 2025-09-30 ### Added From 1c9895048f9a459bc52de8f945f9d0300975f578 Mon Sep 17 00:00:00 2001 From: kushalshit27 <43465488+kushalshit27@users.noreply.github.com> Date: Mon, 13 Oct 2025 08:51:38 +0530 Subject: [PATCH 2/2] 8.18.0 --- CHANGELOG.md | 8 +++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 342fb9a16..b2a7d6e10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.18.0] - 2025-10-13 + ### Added - Add support for connection purpose configuration options in `connections`. [#1162] @@ -1449,8 +1451,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#1158]: https://github.com/auth0/auth0-deploy-cli/issues/1158 [#1159]: https://github.com/auth0/auth0-deploy-cli/issues/1159 [#1161]: https://github.com/auth0/auth0-deploy-cli/issues/1161 +[#1162]: https://github.com/auth0/auth0-deploy-cli/issues/1162 [#1166]: https://github.com/auth0/auth0-deploy-cli/issues/1166 -[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.17.0...HEAD +[#1174]: https://github.com/auth0/auth0-deploy-cli/issues/1174 +[#1175]: https://github.com/auth0/auth0-deploy-cli/issues/1175 +[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.18.0...HEAD +[8.18.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.17.0...v8.18.0 [8.17.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.16.0...v8.17.0 [8.16.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.15.0...v8.16.0 [8.15.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.13.0...v8.15.0 diff --git a/package-lock.json b/package-lock.json index 19a903b0a..0f745f24e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "8.17.0", + "version": "8.18.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "8.17.0", + "version": "8.18.0", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index f9f54ee21..904e1c3c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "8.17.0", + "version": "8.18.0", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {