diff --git a/CHANGELOG.md b/CHANGELOG.md index a494250..3b512e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.1] - 2022-07-01 +### Fixed +- Inputs not marked as required. + ## [1.0.0] - 2022-07-01 ### Added - Login support with `app-key` and `app-token` inputs. [Unreleased]: https://github.com/vtex/action-toolbelt-login/compare/v1.0.0...HEAD -[1.0.0]: https://github.com/vtex/action-toolbelt-login/compare/v0.0.0...v1.0.0 \ No newline at end of file +[1.0.0]: https://github.com/vtex/action-toolbelt-login/compare/v0.0.0...v1.0.0 +[1.0.1]: https://github.com/vtex/action-toolbelt-login/compare/v1.0.0...v1.0.1 diff --git a/package.json b/package.json index 270a8b6..2f07e7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-toolbelt-login", - "version": "1.0.0", + "version": "1.0.1", "description": "Perform login for VTEX Toolbelt using supplied credentials", "type": "module", "main": "lib/main.js",