Skip to content

Commit

Permalink
Merge pull request #528 from auth0/update-changelog-7.11.1
Browse files Browse the repository at this point in the history
7.11.1
  • Loading branch information
willvedd committed May 4, 2022
2 parents ec5ff65 + fffdb06 commit 49a355e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.11.1] - 2022-05-04

### Fixed

- Deployment of newly-created actions always failing due to "A draft must be in the 'built' state" error [#524]
- Undefined `updateRule` Auth0 SDK alias replaced with operational `rules.update` [#526]

## [7.11.0] - 2022-04-28

### Added
Expand Down Expand Up @@ -714,7 +721,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#509]: https://github.com/auth0/auth0-deploy-cli/issues/509
[#512]: https://github.com/auth0/auth0-deploy-cli/issues/512
[#517]: https://github.com/auth0/auth0-deploy-cli/issues/517
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.11.0...HEAD
[#524]: https://github.com/auth0/auth0-deploy-cli/issues/524
[#526]: https://github.com/auth0/auth0-deploy-cli/issues/526
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.11.1...HEAD
[7.11.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.11.0...v7.11.1
[7.11.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.10.0...v7.11.0
[7.10.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.9.0...v7.10.0
[7.9.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.8.0...v7.9.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.11.0",
"version": "7.11.1",
"description": "A command line tool for deploying updates to your Auth0 tenant",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit 49a355e

Please sign in to comment.