diff --git a/CHANGELOG.md b/CHANGELOG.md index 825f169..f520442 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ # CHANGELOG -### v1.7.2 (2020-04-20) +### v1.8.0 (2020-07-14) + +##### New Features + +* **resources:** OTA Updates + +* **resources:** SIM Card Groups + +* **resources:** Mobile Operator Networks + +* **resources:** SIM Card Network Preferences Methods + +* **resources:** Number Lookup + +* **resources:** Balance + +* **resources:** Addresses + +* **resources:** Faxes + +#### v1.7.2 (2020-04-20) ##### New Features diff --git a/examples/webhook-signing/package.json b/examples/webhook-signing/package.json index 86224f1..7aac55b 100644 --- a/examples/webhook-signing/package.json +++ b/examples/webhook-signing/package.json @@ -10,6 +10,6 @@ "body-parser": "^1.17.1", "express": "^4.15.2", "morgan": "^1.8.1", - "telnyx": "^1.7.0" + "telnyx": "^1.8.0" } } diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c726b42..144735b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "telnyx", - "version": "1.7.1", + "version": "1.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 701686f..d1f8255 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "telnyx", - "version": "1.7.2", + "version": "1.8.0", "description": "Telnyx API Node SDK", "keywords": [ "telnyx",