@@ -5,10 +5,37 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Common Changelog] ( https://common-changelog.org/ ) , and this project adheres to
66[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ [ 1.2.0 ] : https://github.com/sablier-labs/indexers/compare/v1.1.1...v1.2.0
89[ 1.1.1 ] : https://github.com/sablier-labs/indexers/compare/v1.1.0...v1.1.1
910[ 1.1.0 ] : https://github.com/sablier-labs/indexers/compare/v1.0.0...v1.1.0
1011[ 1.0.0 ] : https://github.com/sablier-labs/indexers/releases/tag/v1.0.0
1112
13+ ## [ 1.2.0] - 2025-10-22
14+
15+ ### Added
16+
17+ - Add ` Contract ` entity in GraphQL schemas
18+ - Add ` Indexer.Name ` type
19+ - Add ` DeprecatedStream ` entity in GraphQL schemas, and deprecate fee-less contracts
20+ ([ #189 ] ( https://github.com/sablier-labs/indexers/pull/189 ) )
21+ - Support the latest Sablier releases (Airdrops v2.0, and Flow v2.0, and Lockup v3.0)
22+
23+ ### Changed
24+
25+ - Bump ` sablier ` package to v1.4.0
26+ - Update documentation in GraphQL files
27+ - Update ` gql ` bindings
28+
29+ ### Fixed
30+
31+ - Fix subgraph names and testing URLs ([ #205 ] ( https://github.com/sablier-labs/indexers/pull/205 ) )
32+
33+ ### Removed
34+
35+ - Remove ` User ` , ` UserTransaction ` , ` Revenue ` , and ` RevenueTransaction ` entities from GraphQL schemas
36+ - Remove Envio support for Form Network, Lightlink, Sei, and Tangle
37+ - Remove The Graph support for Form Network, IoTex, and Mode
38+
1239## [ 1.1.1] - 2025-09-01
1340
1441### Changed
0 commit comments