diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eb101749b..92d0f4779f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,21 @@ All notable changes to this project will be documented in this file. +## [2.0.2] - 2021-03-03 + +### Added +- fix: SageMaker environment status update +- fix: Validate Open Data ARNs +- test: Integration test components and framework +- chore: Dependency version bump + ## [2.0.1] - 2021-02-08 ### Added -fix: Added usernameInIdp property to update user schema -fix: Made external researcher used UserOnboarding template less permissive -fix: labeler yml syntax -chore: add PR size labeler +- fix: Added usernameInIdp property to update user schema +- fix: Made external researcher used UserOnboarding template less permissive +- fix: labeler yml syntax +- chore: add PR size labeler We recommend to apply this patch as soon as possible diff --git a/main/integration-tests/package.json b/main/integration-tests/package.json index 8815f21bcb..661135ba48 100644 --- a/main/integration-tests/package.json +++ b/main/integration-tests/package.json @@ -6,7 +6,7 @@ "author": "Amazon Web Services", "license": "Apache-2.0", "scripts": { - "intTest": "NODE_ENV=test jest --config jest.config.js --passWithNoTests --runInBand", + "intTest": "NODE_ENV=test jest --config jest.config.js --passWithNoTests --runInBand --verbose", "intTestWatch": "NODE_ENV=test jest --config jest.config.js --passWithNoTests --watchAll", "lint": "pnpm run lint:eslint && pnpm run lint:prettier", "lint:eslint": "eslint --ignore-path .gitignore . ",