diff --git a/substreams/crates/tycho-substreams/Changelog.md b/substreams/crates/tycho-substreams/Changelog.md new file mode 100644 index 0000000..353b55d --- /dev/null +++ b/substreams/crates/tycho-substreams/Changelog.md @@ -0,0 +1,12 @@ +# Changelog + +## 0.2.0 + +### Updated + +- Protobuf struct updated to align with recent changes in the indexer. + +### Changed + +- Removed the distinction between VM and native implementations. Now, there is a single implementation type that can extract both contracts and protocol state. +- Enabled the attachment of dynamic attributes to protocol components.