diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dc368a..576fe36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [v2.0.0] 2020-10-19 + +### BREAKING CHANGES + +- **CUMULUS-2203** + - Updated CumulusMessageWithPayload exported to + CumulusMessageWithAssignedPayload. This change explicitly updates this type + to allow for a `null` payload value, as well as explicitly allows for a + `replace` key for compatibility with `@cumulus/types` > 3.0.0 + ## [v1.3.2] 2020-10-13 ### Fixed +- **CUMULUS_2203** + - Fixed issue causing spawned CMA process to left running/in the node event queue, resulting in AWS being unwilling/unable to clean up the instance. This resulted in lambdas with a memory leak/resource issues to not be reclaimed/restarted by AWS. diff --git a/package.json b/package.json index 083d9b5..4439d4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/cumulus-message-adapter-js", - "version": "1.3.2", + "version": "2.0.0", "description": "Cumulus message adapter", "main": "dist/index.js", "files": [