diff --git a/CHANGELOG.md b/CHANGELOG.md index 42193c3..056dc49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ + +## 4.0.3 (2024-05-02) + +#### :bug: Bug Fix +* [#143](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index/pull/143) Handle NotFound S3 Response ([@jrjohnson](https://github.com/jrjohnson)) + +#### Committers: 1 +- Jon Johnson ([@jrjohnson](https://github.com/jrjohnson)) + ## 4.0.2 (2024-04-05) #### :bug: Bug Fix diff --git a/package.json b/package.json index c530f84..a53d391 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-deploy-s3-index", - "version": "4.0.2", + "version": "4.0.3", "description": "Ember CLI Deploy plugin to deploy ember-cli's bootstrap index file to S3.", "keywords": [ "ember-addon",