diff --git a/CHANGELOG.md b/CHANGELOG.md index a5bb3e30..19cd5ea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.0.0](https://github.com/aws-actions/amazon-ecr-login/compare/v1.7.0...v2.0.0) (2023-10-02) + + +### ⚠ BREAKING CHANGES + +* The default value of the 'mask-password' input has been updated from false to true. + +* Treat maskPassword as false only if explicitly set to false + +* Add new-v2-release to README + +### Features + +* release v2 ([#520](https://github.com/aws-actions/amazon-ecr-login/issues/520)) ([d71acaf](https://github.com/aws-actions/amazon-ecr-login/commit/d71acafb877819c463f4efa25c0be407a9913780)) + ## [1.7.0](https://github.com/aws-actions/amazon-ecr-login/compare/v1.6.2...v1.7.0) (2023-08-09) diff --git a/package-lock.json b/package-lock.json index 868c781c..1603d391 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aws-actions-amazon-ecr-login", - "version": "1.7.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aws-actions-amazon-ecr-login", - "version": "1.7.0", + "version": "2.0.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 21510111..00b6d9de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-actions-amazon-ecr-login", - "version": "1.7.0", + "version": "2.0.0", "description": "Logs in the local Docker client to the AWS account's ECR registry", "main": "index.js", "scripts": {