Skip to content

Commit ed3307a

Browse files
chore(release): 8.0.0 [skip ci]
## [8.0.0](v7.25.1...v8.0.0) (2025-03-25) ### ⚠ BREAKING CHANGES * remove src from namespace and deprecated items (#520) ### ✨ New Features * remove src from namespace and deprecated items ([#520](#520)) ([22fe3f0](22fe3f0))
1 parent 22fe3f0 commit ed3307a

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.0.0](https://github.com/myparcelnl/sdk/compare/v7.25.1...v8.0.0) (2025-03-25)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* remove src from namespace and deprecated items (#520)
12+
13+
### :sparkles: New Features
14+
15+
* remove src from namespace and deprecated items ([#520](https://github.com/myparcelnl/sdk/issues/520)) ([22fe3f0](https://github.com/myparcelnl/sdk/commit/22fe3f02833e232a1ea5d2ae11c13c2847d0c8a3))
16+
617
## [7.25.1](https://github.com/myparcelnl/sdk/compare/v7.25.0...v7.25.1) (2025-03-18)
718

819

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "myparcelnl/sdk",
3-
"version": "7.25.1",
3+
"version": "8.0.0",
44
"description": "This package is designed to send and receive data from MyParcel by means of an API.",
55
"keywords": [
66
"MyParcel",
@@ -52,4 +52,4 @@
5252
"MyParcelNL\\Sdk\\Test\\": "test/"
5353
}
5454
}
55-
}
55+
}

0 commit comments

Comments
 (0)