Skip to content

Commit b56316e

Browse files
authored
7.23.1 (#927)
* Updating the CHANGELOG.md for 7.23.1 * 7.23.1 * Fix formatting
1 parent ef19532 commit b56316e

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [7.23.1] - 2024-07-19
11+
12+
### Fixed
13+
14+
- Fix `429`(`too_many_requests`) and `403`(`insufficient_scope`) errors in the SCIM handler [#925]
15+
1016
## [7.23.0] - 2024-07-16
1117

1218
### Added
@@ -1039,7 +1045,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10391045
[#906]: https://github.com/auth0/auth0-deploy-cli/issues/906
10401046
[#911]: https://github.com/auth0/auth0-deploy-cli/issues/911
10411047
[#921]: https://github.com/auth0/auth0-deploy-cli/issues/921
1042-
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.23.0...HEAD
1048+
[#925]: https://github.com/auth0/auth0-deploy-cli/issues/925
1049+
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.23.1...HEAD
1050+
[7.23.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.23.0...v7.23.1
10431051
[7.23.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.22.1...v7.23.0
10441052
[7.22.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.22.0...v7.22.1
10451053
[7.22.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.21.0...v7.22.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": "7.23.0",
3+
"version": "7.23.1",
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)