diff --git a/CHANGELOG.md b/CHANGELOG.md index dfe2692..5171618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.2](https://github.com/medikoo/serverless-plugin-vpc-eni-cleanup/compare/v1.0.1...v1.0.2) (2021-10-21) + +### Bug Fixes + +- Rely on `sls.getProvider('aws').request` for AWS SDK requests ([#8](https://github.com/medikoo/serverless-plugin-vpc-eni-cleanup/issues/8)) ([eca8e57](https://github.com/medikoo/serverless-plugin-vpc-eni-cleanup/commit/eca8e57499126b10378afed5e5a82079002567ae)) ([Marcelo Luiz Onhate](https://github.com/onhate)) + +### Maintenance Improvements + +- Document Node.js compatibility ([a30ecaa](https://github.com/medikoo/serverless-plugin-vpc-eni-cleanup/commit/a30ecaa8b9a8aa905dc0d9dca043b33a68d89249)) + ### [1.0.1](https://github.com/medikoo/serverless-plugin-vpc-eni-cleanup/compare/v1.0.0...v1.0.1) (2020-09-16) - Declare support for `serlverless` v2 diff --git a/package.json b/package.json index 8e0d6dc..afe7624 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-plugin-vpc-eni-cleanup", - "version": "1.0.1", + "version": "1.0.2", "description": "Cleanup lambda VPS EC2 Network Interfaces on stack removal, to speed up the operation", "author": "Mariusz Nowak (http://www.medikoo.com/)", "keywords": [