Skip to content

Commit

Permalink
Merge pull request #225 from HubSpot/feature/guzzle7
Browse files Browse the repository at this point in the history
up guzzle
  • Loading branch information
ksvirkou-hubspot authored and GitHub Enterprise committed Nov 18, 2020
2 parents f5dccf6 + 6664c81 commit 9316a00
Show file tree
Hide file tree
Showing 3 changed files with 292 additions and 296 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/2.2.0...HEAD)
## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/2.3.0...HEAD)

## [2.3.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/2.3.0) - 2020-11-18

### Updated
- Update Guzzle version (^6.2 | ^7.0)

## [2.2.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/2.2.0) - 2020-11-09

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hubspot/api-client",
"version": "2.2.0",
"version": "2.3.0",
"description": "Hubspot API client",
"keywords": [
"hubspot",
Expand All @@ -22,7 +22,7 @@
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"guzzlehttp/guzzle": "^6.2"
"guzzlehttp/guzzle": "^6.2 | ^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.12",
Expand Down
Loading

0 comments on commit 9316a00

Please sign in to comment.