diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..32f6530 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +## Changelog + +# 1.0.0 (2024-01-30) + + +### Bug Fixes + +* release config for main build [c72d409](https://github.com/mezmo/pipeline-restoration-s3/commit/c72d40982f7bf7b9223b962e61e0d7772f1ac073) - Greg Janco + + +### Chores + +* create lambda function for rehydration [a5c344d](https://github.com/mezmo/pipeline-restoration-s3/commit/a5c344d4c04430dd25b807f08f0517fae84bb6ef) - Greg Janco + + +### Continuous Integration + +* onboarding files from repo-template-node [de7817c](https://github.com/mezmo/pipeline-restoration-s3/commit/de7817cd24d3fc44f18e82f6119b5d6533f24ea4) - Greg Janco + + +### Miscellaneous + +* Merge pull request #16 from mezmo/LOG-18967-releasefix [f421c76](https://github.com/mezmo/pipeline-restoration-s3/commit/f421c76188f48d2285af976a3f3545dcb28da09f) - GitHub, closes: [#16](https://github.com/mezmo/pipeline-restoration-s3/issues/16) +* Merge pull request #15 from mezmo/LOG-18967-s3-pipeline-restoration [256e960](https://github.com/mezmo/pipeline-restoration-s3/commit/256e96021205d1c4b6a27f6cd215890fcb453833) - GitHub, closes: [#15](https://github.com/mezmo/pipeline-restoration-s3/issues/15) +* Merge branch 'main' into LOG-18967-s3-pipeline-restoration [0e1439d](https://github.com/mezmo/pipeline-restoration-s3/commit/0e1439d8131689aec8187702c068a7aaf297c329) - GitHub +* Merge pull request #1 from mezmo/filesync/repo-template-node/1c95678f487deec982f4983145f5da65a650eec4 [435eb50](https://github.com/mezmo/pipeline-restoration-s3/commit/435eb50685cc3c3523efc6c9ce06cb68aa5fc355) - GitHub, closes: [#1](https://github.com/mezmo/pipeline-restoration-s3/issues/1) +* Initial commit [df4f1a6](https://github.com/mezmo/pipeline-restoration-s3/commit/df4f1a648451f8aba96dcfb2dae1b5e2e9231c15) - GitHub diff --git a/package.json b/package.json index 195e26d..62f5fc1 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "name": "pipeline-restoration-s3", "description": "Lambda script to send S3 messages to Pipeline", - "version": "0.0.0", + "version": "1.0.0", "main": "index.js", "repository": { "type": "git",