diff --git a/CHANGELOG.md b/CHANGELOG.md index efdc6032b..b2a7d6e10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ 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] + +### Fixed + +- Fix execution order for `logStreams`. [#1175] +- Fix keyword replacement handling for special characters. [#1174] + ## [8.17.0] - 2025-09-30 ### Added @@ -1440,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": {