diff --git a/CHANGELOG.md b/CHANGELOG.md index 21f65f15e..43d59dd68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.4.11](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v1.4.10...v1.4.11) (2023-01-04) + ### [1.4.10](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v1.4.9...v1.4.10) (2022-09-30) diff --git a/package-lock.json b/package-lock.json index bcb8ec907..ecde9756f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "aws-actions-amazon-ecs-deploy-task-definition", - "version": "1.4.10", + "version": "1.4.11", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index fc5d05c7a..c0a6443c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-actions-amazon-ecs-deploy-task-definition", - "version": "1.4.10", + "version": "1.4.11", "description": "Registers an Amazon ECS task definition and deploys it to an ECS service.", "main": "index.js", "scripts": {