diff --git a/CHANGELOG.md b/CHANGELOG.md index 7acccad..d6d93ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [7.0.0](https://github.com/googleapis/retry-request/compare/v6.0.0...v7.0.0) (2023-10-11) + + +### ⚠ BREAKING CHANGES + +* Remove `request` fallback, Update Docs, Update Types ([#107](https://github.com/googleapis/retry-request/issues/107)) + +### Features + +* Remove `request` fallback, Update Docs, Update Types ([#107](https://github.com/googleapis/retry-request/issues/107)) ([ba8abb2](https://github.com/googleapis/retry-request/commit/ba8abb242ff21921a81e3178081806e95a902a68)) + ## [6.0.0](https://github.com/googleapis/retry-request/compare/v5.0.2...v6.0.0) (2023-07-20) diff --git a/package.json b/package.json index 8d6057f..2b0f7b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "retry-request", - "version": "6.0.0", + "version": "7.0.0", "description": "Retry a request.", "main": "index.js", "repository": "stephenplusplus/retry-request",