diff --git a/changelog.md b/changelog.md index 3edc8f4..199ffdf 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +1.8.0 +----- +- Feat: Add OAuth2 user-context support +- Feat: Add users/me v2 endpoint wrapper + 1.7.2 ----- - Fix: Paginator can return multiple times the same results in some conditions diff --git a/package.json b/package.json index 36c1a7a..b421d27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twitter-api-v2", - "version": "1.7.2", + "version": "1.8.0", "description": "Strongly typed, full-featured, light, versatile yet powerful Twitter API v1.1 and v2 client for Node.js.", "main": "dist/index.js", "types": "dist/index.d.ts",