diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c3b968..3e6491e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.4.0](https://github.com/tibbercom/tibber-aws/compare/v5.3.0...v5.4.0) (2021-09-24) + + +### Features + +* **queue:** add endpoint config to sqs,sns ([b68366e](https://github.com/tibbercom/tibber-aws/commit/b68366eeae6c338b8dd5090e4fb9a14541a00b2d)) + # [5.3.0](https://github.com/tibbercom/tibber-aws/compare/v5.2.8...v5.3.0) (2021-07-09) diff --git a/package.json b/package.json index 41db601..6d08800 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tibber-aws", - "version": "5.3.0", + "version": "5.4.0", "description": "", "main": "./dist/src/index.js", "scripts": {