Skip to content

Commit afbb4d3

Browse files
authored
chore: prep v7.5.0 for release (#343)
# Description <!-- Please provide a general summary of your PR changes and link any related issues or other pull requests. --> # Testing <!-- Please provide details on how you tested this code. See below. - All pull requests must be tested (unit tests where possible with accompanying cassettes, or provide a screenshot of end-to-end testing when unit tests are not possible) - New features must get a new unit test - Bug fixes/refactors must re-record existing cassettes --> # Pull Request Type Please select the option(s) that are relevant to this PR. - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Improvement (fixing a typo, updating readme, renaming a variable name, etc)
1 parent 95ba105 commit afbb4d3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## v7.5.0 (2026-02-20)
4+
5+
- Adds the following functions:
6+
- `fedex_registration.register_address`
7+
- `fedex_registration.request_pin`
8+
- `fedex_registration.validate_pin`
9+
- `fedex_registration.submit_invoice`
10+
311
## v7.4.0 (2026-02-02)
412

513
- Adds the following functions usable by child and referral customer users:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.4.0
1+
7.5.0

0 commit comments

Comments
 (0)