diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b9d028c..65587f7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [1.6.2](https://github.com/aws-actions/amazon-ecr-login/compare/v1.6.1...v1.6.2) (2023-06-26) + + +### Bug Fixes + +* fix and upgrade https proxy agent ([a3dee4b](https://github.com/aws-actions/amazon-ecr-login/commit/a3dee4b938e3c900ebd9db0943f48225496af8b0)) + ### [1.6.1](https://github.com/aws-actions/amazon-ecr-login/compare/v1.6.0...v1.6.1) (2023-06-20) diff --git a/package-lock.json b/package-lock.json index 2ba4b3f9..14c970bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aws-actions-amazon-ecr-login", - "version": "1.6.1", + "version": "1.6.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aws-actions-amazon-ecr-login", - "version": "1.6.1", + "version": "1.6.2", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index dae1483f..a44f3e5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-actions-amazon-ecr-login", - "version": "1.6.1", + "version": "1.6.2", "description": "Logs in the local Docker client to the AWS account's ECR registry", "main": "index.js", "scripts": {