Skip to content

Commit

Permalink
Merge pull request #177 from HubSpot/fix/requestTest
Browse files Browse the repository at this point in the history
fix RequestTest namespace
  • Loading branch information
ksvirkou-hubspot authored Oct 17, 2022
2 parents c1e2dca + 7b1413d commit c155de4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ 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/8.4.0...HEAD)
## [Unreleased](https://github.com/HubSpot/hubspot-api-php/compare/8.4.1...HEAD)

## [8.4.1](https://github.com/HubSpot/hubspot-api-php/releases/tag/8.4.1) - 2022-10-17

### Fixed

- Fixed RequestTest namespace

## [8.4.0](https://github.com/HubSpot/hubspot-api-php/releases/tag/8.4.0) - 2022-10-12

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/api-client",
"version": "8.4.0",
"version": "8.4.1",
"description": "Hubspot API client",
"keywords": [
"hubspot",
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Http/RequestTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Hubspot\Tests\Unit\Utils;
namespace Hubspot\Tests\Unit\Http;

use HubSpot\Config;
use HubSpot\Http\Request;
Expand Down

0 comments on commit c155de4

Please sign in to comment.