Skip to content

Commit

Permalink
7.16.1 (#734)
Browse files Browse the repository at this point in the history
* Updating changelog for 7.16.1

* 7.16.1

---------

Co-authored-by: Will Vedder <will.vedder@okta.com>
  • Loading branch information
willvedd and willvedd committed Feb 7, 2023
1 parent 94f4c20 commit 0221678
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,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.16.1] - 2023-02-07

### Fixed

- Exporting of multiple client grants for a single client when using directory format [#729]
- Tenant-agnostic client grant files when exporting using directory format [#729]

## [7.16.0] - 2023-02-01

### Added
Expand Down Expand Up @@ -876,7 +883,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#726]: https://github.com/auth0/auth0-deploy-cli/issues/726
[#727]: https://github.com/auth0/auth0-deploy-cli/issues/727
[#729]: https://github.com/auth0/auth0-deploy-cli/issues/729
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.16.0...HEAD
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.16.1...HEAD
[7.16.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.16.0...v7.16.1
[7.16.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.15.2...v7.16.0
[7.15.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.15.1...v7.15.2
[7.15.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.15.0...v7.15.1
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.16.0",
"version": "7.16.1",
"description": "A command line tool for deploying updates to your Auth0 tenant",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit 0221678

Please sign in to comment.