diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d180db58..392b5a462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# v10.20.6 (Thu Mar 18 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, null[@sentony93](https://github.com/sentony93), for all your work! + +#### 🐛 Bug Fix + +- `@auto-it/gradle` + - Next/Canary Support for Gradle [#1842](https://github.com/intuit/auto/pull/1842) (tony_lin@intuit.com [@sentony93](https://github.com/sentony93)) + +#### Authors: 2 + +- [@sentony93](https://github.com/sentony93) +- slin8 (tony_lin@intuit.com) + +--- + # v10.20.5 (Thu Mar 18 2021) :tada: This release contains work from a new contributor! :tada: diff --git a/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index 8569c9559..a3625e4ff 100644 --- a/docs/pages/docs/configuration/non-npm.mdx +++ b/docs/pages/docs/configuration/non-npm.mdx @@ -11,7 +11,7 @@ Simply download the appropriate version for your operating system and make it ex ```bash # Download a platform specific version of auto -curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.20.5/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.20.6/auto-linux.gz | gunzip > ~/auto # Make auto executable chmod a+x ~/auto ``` diff --git a/plugins/gradle/CHANGELOG.md b/plugins/gradle/CHANGELOG.md index e3757e798..1e85910e3 100644 --- a/plugins/gradle/CHANGELOG.md +++ b/plugins/gradle/CHANGELOG.md @@ -1,3 +1,31 @@ +# v10.20.6 (Thu Mar 18 2021) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, null[@sentony93](https://github.com/sentony93), for all your work! + +#### 🐛 Bug Fix + +- Next/Canary Support for Gradle [#1842](https://github.com/intuit/auto/pull/1842) (tony_lin@intuit.com [@sentony93](https://github.com/sentony93)) +- [PLAYA-7576] - lint (tony_lin@intuit.com) +- [PLAYA-7576] - coverage for dryRun (tony_lin@intuit.com) +- [PLAYA-7576] - lint and tests (tony_lin@intuit.com) +- [PLAYA-7576] - do not commit version on next (tony_lin@intuit.com) +- [PLAYA-7576] - more specific logging (tony_lin@intuit.com) +- [PLAYA-7576] - manage pre-release versions (tony_lin@intuit.com) +- [PLAYA-7576] - determine next version (tony_lin@intuit.com) +- [PLAYA-7576] - addressed some PR comments (tony_lin@intuit.com) +- [PLAYA-7576] - additional tests + skip afterShipIt for canary (tony_lin@intuit.com) +- [PLAYA-7576] - remove comment (tony_lin@intuit.com) +- [PLAYA-7576] - next and canary support for gradle plugin (tony_lin@intuit.com) + +#### Authors: 2 + +- [@sentony93](https://github.com/sentony93) +- slin8 (tony_lin@intuit.com) + +--- + # v10.20.3 (Mon Mar 15 2021) #### 🐛 Bug Fix