@subql/node-stellar 3.10.2-1 → 3.11.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
@@ -5,12 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+
9
+ ## [3.11.0] - 2024-05-02
8
10
  ### Changed
9
11
  - Update dependencies and apply changes to match (#62)
10
12
 
11
13
  ### Removed
12
14
  - Unused deps and deprecated type (#63)
13
15
 
16
+ ### Fixed
17
+ - Block timestamp filter not working (#64)
18
+
14
19
  ## [3.10.1] - 2024-04-11
15
20
  ### Fixed
16
21
  - Fixed failed previous release
@@ -120,7 +125,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
120
125
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
121
126
 
122
127
  ## [2.12.0] - 2023-09-12
123
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.10.1...HEAD
128
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.0...HEAD
129
+ [3.11.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.10.1...node-stellar/3.11.0
124
130
  [3.10.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.10.0...node-stellar/3.10.1
125
131
  [3.10.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.9.1...node-stellar/3.10.0
126
132
  [3.9.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.9.0...node-stellar/3.9.1