Skip to content

Commit a664cee

Browse files
authored
Merge pull request #674 from sharetribe/v9.0.0
New release: v9.0.0
2 parents 11df9c4 + 8dccbb5 commit a664cee

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ way to update this template, but currently, we follow a pattern:
1414

1515
## Upcoming version 2025-XX-XX
1616

17+
## [v9.0.0] 2025-10-14
18+
19+
This major release introduces a new transaction process: default-negotiation. It adds support for
20+
reverse negotiation with customer-driven negotiation loop. The process is meant for regular
21+
negotiation too - we'll implement that side later. This is a big change and it touches also features
22+
used by other processes - you should carefully check the changes before taking update from this
23+
repository.
24+
1725
- [add] Add a new process: default-negotiation. There are also 2 new unit types associated with this
1826
new process: request and offer.With those unit types, this process can be used for regular and
1927
reverse negotiation, but this pull request only implments the reverse negotiation (unitType:
@@ -30,6 +38,8 @@ way to update this template, but currently, we follow a pattern:
3038
- [add] Add currently available translations for DE, ES, FR.
3139
[#664](https://github.com/sharetribe/web-template/pull/664)
3240

41+
[v9.0.0]: https://github.com/sharetribe/web-template/compare/v8.8.0...v9.0.0
42+
3343
## [v8.8.0] 2025-09-11
3444

3545
- [add] Add ability to sort user inbox messages

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app",
3-
"version": "8.8.0",
3+
"version": "9.0.0",
44
"private": true,
55
"license": "Apache-2.0",
66
"dependencies": {

0 commit comments

Comments
 (0)