Skip to content

Commit

Permalink
Merge pull request #416 from HubSpot/feature/5.1.1
Browse files Browse the repository at this point in the history
Bump version to 5.1.1
  • Loading branch information
ksvirkou-hubspot authored Jun 2, 2023
2 parents 4cfdd26 + b6e332d commit 3918e2f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased](https://github.com/HubSpot/hubspot-php/compare/v5.1.0...HEAD)
## [Unreleased](https://github.com/HubSpot/hubspot-php/compare/v5.1.1...HEAD)

## [5.1.1]

### Changed

- Fix `Utils\OAuth2::getAuthUrl()` (don't add empty scopes or optional scopes to OAuth url).

## [5.1.0]

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hubspot/hubspot-php",
"version": "5.1.0",
"version": "5.1.1",
"description": "HubSpot PHP API client",
"keywords": [ "hubspot", "api" ],
"license": "Apache-2.0",
Expand Down

0 comments on commit 3918e2f

Please sign in to comment.