diff --git a/CHANGELOG.md b/CHANGELOG.md index a892ef088a6..d0bb4a0811a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -232,6 +232,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Fixed `@cumulus/api` `granules` module to convert numeric productVolume to string when an old granule record is retrieved from DynamoDB. +## [v12.0.1] 2022-07-18 + +- **CUMULUS-2995** + - Updated Moment.js package to 2.29.4 to address security vulnerability + ## [v12.0.0] 2022-05-20 ### Breaking Changes @@ -6223,7 +6228,8 @@ Note: There was an issue publishing 1.12.0. Upgrade to 1.12.1. [unreleased]: https://github.com/nasa/cumulus/compare/v13.0.1...HEAD [v13.0.1]: https://github.com/nasa/cumulus/compare/v13.0.0...v13.0.1 -[v13.0.0]: https://github.com/nasa/cumulus/compare/v12.0.0...v13.0.0 +[v13.0.0]: https://github.com/nasa/cumulus/compare/v12.0.1...v13.0.0 +[v12.0.1]: https://github.com/nasa/cumulus/compare/v12.0.0...v12.0.1 [v12.0.0]: https://github.com/nasa/cumulus/compare/v11.1.1...v12.0.0 [v11.1.1]: https://github.com/nasa/cumulus/compare/v11.1.0...v11.1.1 [v11.1.0]: https://github.com/nasa/cumulus/compare/v11.0.0...v11.1.0