Skip to content

Commit 9b57999

Browse files
authored
8.9.0 (#1111)
* CHANGELOG added * 8.9.0
1 parent b099101 commit 9b57999

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [8.9.0] - 2025-06-04
11+
12+
### Added
13+
14+
- Add support support limit M2M usage - EA [#1093]
15+
- Add support to fetch list `prompt` screen's settings [#1104]
16+
17+
### Fixed
18+
19+
- Fix secret masking for `connections`, `emailProvider` and `logStreams` [#1103]
20+
- Fix supported resource types in READMEs. [#1109]
21+
1022
## [8.8.3] - 2025-05-27
1123

1224
### Added
@@ -1332,9 +1344,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13321344
[#1084]: https://github.com/auth0/auth0-deploy-cli/issues/1084
13331345
[#1085]: https://github.com/auth0/auth0-deploy-cli/issues/1085
13341346
[#1086]: https://github.com/auth0/auth0-deploy-cli/issues/1086
1347+
[#1093]: https://github.com/auth0/auth0-deploy-cli/issues/1093
13351348
[#1095]: https://github.com/auth0/auth0-deploy-cli/issues/1095
13361349
[#1096]: https://github.com/auth0/auth0-deploy-cli/issues/1096
1337-
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.3...HEAD
1350+
[#1103]: https://github.com/auth0/auth0-deploy-cli/issues/1103
1351+
[#1104]: https://github.com/auth0/auth0-deploy-cli/issues/1104
1352+
[#1109]: https://github.com/auth0/auth0-deploy-cli/issues/1109
1353+
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.9.0...HEAD
1354+
[8.9.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.3...v8.9.0
13381355
[8.8.3]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.2...v8.8.3
13391356
[8.8.2]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.1...v8.8.2
13401357
[8.8.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.0...v8.8.1

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.8.3",
3+
"version": "8.9.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)