Skip to content

Commit aceecba

Browse files
authored
7.17.4 (#798)
* Updating changelog * 7.17.4 --------- Co-authored-by: Will Vedder <[email protected]>
1 parent f0987cb commit aceecba

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+9-1
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.17.4] - 2023-06-06
11+
12+
### Fixed
13+
14+
- Prevent tenant flag "Additional properties not allowed" error by only updating publicly-available feature flags [#797]
15+
1016
## [7.17.3] - 2023-05-24
1117

1218
### Fixed
@@ -928,7 +934,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
928934
[#780]: https://github.com/auth0/auth0-deploy-cli/issues/780
929935
[#784]: https://github.com/auth0/auth0-deploy-cli/issues/784
930936
[#793]: https://github.com/auth0/auth0-deploy-cli/issues/793
931-
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.3...HEAD
937+
[#797]: https://github.com/auth0/auth0-deploy-cli/issues/797
938+
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.4...HEAD
939+
[7.17.4]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.3...v7.17.4
932940
[7.17.3]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.2...v7.17.3
933941
[7.17.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.1...v7.17.2
934942
[7.17.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.0...v7.17.1

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-deploy-cli",
3-
"version": "7.17.3",
3+
"version": "7.17.4",
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)