Skip to content

Commit

Permalink
Add PR number in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc committed Aug 24, 2023
1 parent 2fb8fef commit 48a0b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecosystem/sep-0038.md
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ GET /quote/de762cda-a193-4961-861e-57b31fed6eb3

## Changelog

* `v2.1.1`: Switch from ISO-3166-1 alpha-3 country code to ISO-3166-2/ISO-3166-1 alpha-3 country code in the requests (where applicable). ()
* `v2.1.1`: Switch from ISO-3166-1 alpha-3 country code to ISO-3166-2/ISO-3166-1 alpha-3 country code in the requests (where applicable). ([#1386](https://github.com/stellar/stellar-protocol/pull/1386))
* `v2.1.0`: Add `sep24` support to the `context` of the request body of the `POST /quote` request. ([#1358](https://github.com/stellar/stellar-protocol/pull/1358))
* `v2.0.0`: (i) add `context` to the request body and `fee` + `total_price` to the response body of the `POST /quote` and `GET /price` requests; (ii) add `fee` to the response body of `GET /quote/:id`; and (iii) allow `sell_amount` and `buy_amount` in the responses to be different from the ones sent in the request. ([#1204](https://github.com/stellar/stellar-protocol/pull/1204))
* `v1.6.1`: Add note about `expires_at` and `expires_after` and their relationship. ([#1147](https://github.com/stellar/stellar-protocol/pull/1147))
Expand Down

0 comments on commit 48a0b0e

Please sign in to comment.