Skip to content

Commit

Permalink
7.23.1 (#927)
Browse files Browse the repository at this point in the history
* Updating the CHANGELOG.md for 7.23.1

* 7.23.1

* Fix formatting
  • Loading branch information
nandan-bhat committed Jul 19, 2024
1 parent ef19532 commit b56316e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.23.1] - 2024-07-19

### Fixed

- Fix `429`(`too_many_requests`) and `403`(`insufficient_scope`) errors in the SCIM handler [#925]

## [7.23.0] - 2024-07-16

### Added
Expand Down Expand Up @@ -1039,7 +1045,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#906]: https://github.com/auth0/auth0-deploy-cli/issues/906
[#911]: https://github.com/auth0/auth0-deploy-cli/issues/911
[#921]: https://github.com/auth0/auth0-deploy-cli/issues/921
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.23.0...HEAD
[#925]: https://github.com/auth0/auth0-deploy-cli/issues/925
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.23.1...HEAD
[7.23.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.23.0...v7.23.1
[7.23.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.22.1...v7.23.0
[7.22.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.22.0...v7.22.1
[7.22.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.21.0...v7.22.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-deploy-cli",
"version": "7.23.0",
"version": "7.23.1",
"description": "A command line tool for deploying updates to your Auth0 tenant",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit b56316e

Please sign in to comment.