Skip to content

Commit 9a4f2fc

Browse files
authored
push composer changelog (#22)
* push composer changelog * fixed the link to latest compare
1 parent c56e5a4 commit 9a4f2fc

File tree

3 files changed

+1833
-2
lines changed

3 files changed

+1833
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [1.1.0] - 2025-10-09
9+
### Added
10+
- New CRUD operations for Route Plans
11+
- New `create` endpoint
12+
- New `get` endpoint(s) that support both id and query
13+
- New `update` endpoint
14+
- New `deleteOne` endpoint
15+
- New `addTasksToRoutePlan` endpoint
816

917
## [1.0.6] - 2024-11-04
1018
### Added
@@ -36,9 +44,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3644
### Added
3745
- Initial release on packagist
3846

39-
[Unreleased]: https://github.com/onfleet/php-onfleet/compare/v1.0.4...HEAD
47+
[Unreleased]: https://github.com/onfleet/php-onfleet/compare/v1.1.0...HEAD
4048
[1.0.0]: https://github.com/onfleet/php-onfleet/releases/tag/v1.0.0
4149
[1.0.1]: https://github.com/onfleet/php-onfleet/compare/v1.0.0...v1.0.1
4250
[1.0.2]: https://github.com/onfleet/php-onfleet/compare/v1.0.1...v1.0.2
4351
[1.0.3]: https://github.com/onfleet/php-onfleet/compare/v1.0.2...v1.0.3
44-
[1.0.3]: https://github.com/onfleet/php-onfleet/compare/v1.0.3...v1.0.4
52+
[1.0.4]: https://github.com/onfleet/php-onfleet/compare/v1.0.3...v1.0.4
53+
[1.1.0]: https://github.com/onfleet/php-onfleet/compare/v1.0.6...v1.1.0

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
{
2121
"name": "Santiago Botero Ruiz",
2222
"email": "santiago.botero@onfleet.com"
23+
},
24+
{
25+
"name": "Shuai Tseng",
26+
"email": "shuai@onfleet.com"
2327
}
2428
],
2529
"scripts": {

0 commit comments

Comments
 (0)