Skip to content

Commit 93d63bd

Browse files
Merge pull request #154 from HubSpot/feature/bumpVersion8.3.0
bump version to 8.3.0
2 parents a0dfd60 + bc3d6f7 commit 93d63bd

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/8.2.1...HEAD)
8+
## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/8.3.0...HEAD)
9+
10+
## [8.3.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/8.3.0) - 2022-07-15
11+
12+
### Added
13+
14+
- Signature's Util `HubSpot\Utils\Signature`
15+
16+
### Deprecated
17+
18+
- Webhook's Util `HubSpot\Utils\Webhooks`
919

1020
## [8.2.1](https://github.com/HubSpot/hubspot-api-php/releases/tag/8.2.1) - 2022-06-10
1121

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hubspot/api-client",
3-
"version": "8.2.1",
3+
"version": "8.3.0",
44
"description": "Hubspot API client",
55
"keywords": [
66
"hubspot",

0 commit comments

Comments
 (0)