diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a68928..3781b67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [6.7.0](https://github.com/googleapis/gaxios/compare/v6.6.0...v6.7.0) (2024-06-27) + + +### Features + +* Add additional retry configuration options ([#634](https://github.com/googleapis/gaxios/issues/634)) ([cb5c833](https://github.com/googleapis/gaxios/commit/cb5c833a9750bf6d0c0f8e27992bb44bd953566c)) + + +### Bug Fixes + +* **deps:** Update dependency uuid to v10 ([#629](https://github.com/googleapis/gaxios/issues/629)) ([6ff684e](https://github.com/googleapis/gaxios/commit/6ff684e6e6e5f4e5e6d270685b2ac0e4d28bc964)) + ## [6.6.0](https://github.com/googleapis/gaxios/compare/v6.5.0...v6.6.0) (2024-05-15) diff --git a/package.json b/package.json index 7db1d27..f81f6e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gaxios", - "version": "6.6.0", + "version": "6.7.0", "description": "A simple common HTTP client specifically for Google APIs and services.", "main": "build/src/index.js", "types": "build/src/index.d.ts", diff --git a/samples/package.json b/samples/package.json index ebae0db..f330783 100644 --- a/samples/package.json +++ b/samples/package.json @@ -9,7 +9,7 @@ }, "license": "Apache-2.0", "dependencies": { - "gaxios": "^6.6.0" + "gaxios": "^6.7.0" }, "devDependencies": { "mocha": "^8.0.0"