diff --git a/CHANGELOG.md b/CHANGELOG.md index f9ac0bb6e..51fe7d702 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [v3.1.1](https://github.com/staart/api/compare/v3.1.0...v3.1.1) (2020-11-09) + +### ♻️ Updates + +- [`fb081a2c`](https://github.com/staart/api/commit/fb081a2c) Allow email configuration of SES +- [`d576cf0e`](https://github.com/staart/api/commit/d576cf0e) Change required config in SES + ## [v3.1.0](https://github.com/staart/api/compare/v3.0.1...v3.1.0) (2020-11-09) ### ✨ New features diff --git a/package-lock.json b/package-lock.json index 82e2cce3e..e06c93b2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@staart/api", - "version": "3.1.0", + "version": "3.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0d33a323c..7335d3a08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@staart/api", - "version": "3.1.0", + "version": "3.1.1", "description": "SaaS backend framework with users, payments, APIs, and more", "repository": "git@github.com:staart/api.git", "author": "Anand Chowdhary ",