@subql/node-stellar 6.0.3-1 → 6.1.1-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -6,8 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
  ### Changed
9
- - Update Stellar SDK to support protocol 23 (#135)
10
- - Update Stellar SDK to v14 with support for protocol 23 (#138)
9
+ - Update Stellar SDK to v14.4.3 (#147)
10
+
11
+ ## [6.1.0] - 2025-08-26
12
+ ### Changed
13
+ - Update Stellar SDK to v14 with support for protocol 23 (#135) (#138)
11
14
 
12
15
  ### Fixed
13
16
  - Pagination for getting events which used the deprecated pagingToken, it now uses the cursor (#138)
@@ -243,7 +246,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
243
246
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
244
247
 
245
248
  ## [2.12.0] - 2023-09-12
246
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/6.0.2...HEAD
249
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/6.1.0...HEAD
250
+ [6.1.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/6.0.2...node-stellar/6.1.0
247
251
  [6.0.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/6.0.1...node-stellar/6.0.2
248
252
  [6.0.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/6.0.0...node-stellar/6.0.1
249
253
  [6.0.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/5.0.2...node-stellar/6.0.0