Skip to content

Commit 7054d79

Browse files
authored
8.12.0 (#1135)
* CHANGELOG added * 8.12.0 * CHANGELOG update
1 parent 5f314d8 commit 7054d79

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.12.0] - 2025-07-30
11+
12+
### Added
13+
14+
- Add DPoP support for proof-of-possession mechanism in `resourceServers` [#1132]
15+
16+
### Fixed
17+
18+
- Fix update enabled clients pagination for `connections` and `databases`. [#1127]
19+
- Fix request throttling for `forms` and `flows`. [#1133]
20+
- Fix logging and scope validation for `connections` and `databases`. [#1134]
21+
1022
## [8.11.0] - 2025-07-15
1123

1224
### Added
@@ -1378,7 +1390,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13781390
[#1121]: https://github.com/auth0/auth0-deploy-cli/issues/1121
13791391
[#1123]: https://github.com/auth0/auth0-deploy-cli/issues/1123
13801392
[#1124]: https://github.com/auth0/auth0-deploy-cli/issues/1124
1381-
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.11.0...HEAD
1393+
[#1127]: https://github.com/auth0/auth0-deploy-cli/issues/1127
1394+
[#1132]: https://github.com/auth0/auth0-deploy-cli/issues/1132
1395+
[#1133]: https://github.com/auth0/auth0-deploy-cli/issues/1133
1396+
[#1134]: https://github.com/auth0/auth0-deploy-cli/issues/1134
1397+
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.12.0...HEAD
1398+
[8.12.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.11.0...v8.12.0
13821399
[8.11.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.10.0...v8.11.0
13831400
[8.10.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.9.0...v8.10.0
13841401
[8.9.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.3...v8.9.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.11.0",
3+
"version": "8.12.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)