@subql/node-stellar 3.12.0 → 3.12.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
+ ## [3.12.1] - 2024-08-21
10
+ ### Fixed
11
+ - Bump version with `@subql/common-stellar`, fix `OperationFilter` issue (#80)
12
+
9
13
  ## [3.12.0] - 2024-07-03
10
14
  ### Changed
11
15
  - Bump version with `@subql/common-stellar`, sync with `@subql/node-core`, add admin module
@@ -137,7 +141,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
137
141
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
138
142
 
139
143
  ## [2.12.0] - 2023-09-12
140
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.12.0...HEAD
144
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.12.1...HEAD
145
+ [3.12.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.12.0...node-stellar/3.12.1
141
146
  [3.12.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.2...node-stellar/3.12.0
142
147
  [3.11.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.1...node-stellar/3.11.2
143
148
  [3.11.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.0...node-stellar/3.11.1