diff --git a/CHANGELOG.md b/CHANGELOG.md index bd08d9e82..049b9909f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Next Release +## v6.7.0 (2023-07-28) - Adds methods to the easypost client for subscribing and unsubscribing from requests and responses being sent to the API - `addRequestHook`: Adds a request hook to the EasyPost client. Useful for logging or debugging. diff --git a/package.json b/package.json index d99ef583f..dce7d03a1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@easypost/api", "description": "EasyPost Node Client Library", - "version": "6.6.1", + "version": "6.7.0", "author": "Easypost Engineering ", "homepage": "https://easypost.com", "bin": {