Skip to content

Commit

Permalink
Merge pull request #674 from auth0/update-changelog-7.15.1
Browse files Browse the repository at this point in the history
7.15.1
  • Loading branch information
willvedd authored Oct 19, 2022
2 parents b5e1675 + 0d8e1af commit d5fcfad
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.15.1] - 2022-10-19

### Added

- Warning about future fix that enables deletion of email provider; no significant changes to functionality [#672]

### Fixed

- Returning all branding setting when using YAML [#666]
- Preventing empty `logo_url` from update tenant payload [#667]
- Loading actions between different operating systems [#668]
- Prevent writing undefined page templates files [#671]

## [7.15.0] - 2022-10-11

### Added
Expand Down Expand Up @@ -828,7 +841,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#630]: https://github.com/auth0/auth0-deploy-cli/issues/630
[#638]: https://github.com/auth0/auth0-deploy-cli/issues/638
[#660]: https://github.com/auth0/auth0-deploy-cli/issues/660
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.15.0...HEAD
[#666]: https://github.com/auth0/auth0-deploy-cli/issues/666
[#667]: https://github.com/auth0/auth0-deploy-cli/issues/667
[#668]: https://github.com/auth0/auth0-deploy-cli/issues/668
[#671]: https://github.com/auth0/auth0-deploy-cli/issues/671
[#672]: https://github.com/auth0/auth0-deploy-cli/issues/672
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.15.1...HEAD
[7.15.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.15.0...v7.15.1
[7.15.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.3...v7.15.0
[7.14.3]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.2...v7.14.3
[7.14.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.1...v7.14.2
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.15.0",
"version": "7.15.1",
"description": "A command line tool for deploying updates to your Auth0 tenant",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit d5fcfad

Please sign in to comment.