@subql/node-stellar 4.6.0 → 4.6.1

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,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [4.6.1] - 2025-04-24
10
+ ### Fixed
11
+ - Not associating effects to operations so they weren't being indexed (#115)
12
+
9
13
  ## [4.6.0] - 2025-03-05
10
14
  ### Changed
11
15
  - Support http soroban endpoints (#109)
@@ -206,7 +210,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
206
210
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
207
211
 
208
212
  ## [2.12.0] - 2023-09-12
209
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.6.0...HEAD
213
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.6.1...HEAD
214
+ [4.6.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.6.0...node-stellar/4.6.1
210
215
  [4.6.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.5.0...node-stellar/4.6.0
211
216
  [4.5.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.4.0...node-stellar/4.5.0
212
217
  [4.4.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.3.0...node-stellar/4.4.0