diff --git a/CHANGELOG.md b/CHANGELOG.md index 2654e7f..b0221b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.1.0 + +* added data removal endpoints + ## 3.0.20 * small fix to webhook types model diff --git a/package-lock.json b/package-lock.json index 88893be..fca90e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "postmark", - "version": "3.0.20", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "postmark", - "version": "3.0.20", + "version": "3.1.0", "license": "MIT", "dependencies": { "axios": "^0.25.0" diff --git a/package.json b/package.json index 70a30cb..6ff7c4c 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "sending", "transactional" ], - "version": "3.0.20", + "version": "3.1.0", "author": "Igor Balos", "contributors": [ "Igor Balos",