Skip to content

Commit a156e44

Browse files
release: 0.1.0-alpha.3
1 parent 446d1bb commit a156e44

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.2"
2+
".": "0.1.0-alpha.3"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# Changelog
22

3+
## 0.1.0-alpha.3 (2026-04-15)
4+
5+
Full Changelog: [v0.1.0-alpha.2...v0.1.0-alpha.3](https://github.com/HubSpot/hubspot-sdk-php/compare/v0.1.0-alpha.2...v0.1.0-alpha.3)
6+
7+
### Features
8+
9+
* **api:** manual updates ([446d1bb](https://github.com/HubSpot/hubspot-sdk-php/commit/446d1bb1066619dbff9e88e55fcb39e93eb09780))
10+
311
## 0.1.0-alpha.2 (2026-04-13)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The REST API documentation can be found on [developers.hubspot.com](https://deve
1313
<!-- x-release-please-start-version -->
1414

1515
```
16-
composer require "hubspot/sdk 0.1.0-alpha.2"
16+
composer require "hubspot/sdk 0.1.0-alpha.3"
1717
```
1818

1919
<!-- x-release-please-end -->

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
namespace HubSpotSDK;
66

77
// x-release-please-start-version
8-
const VERSION = '0.1.0-alpha.2';
8+
const VERSION = '0.1.0-alpha.3';
99
// x-release-please-end

0 commit comments

Comments
 (0)