docs: add changelog

This commit is contained in:
Florian Pellissier
2024-06-11 14:08:00 +02:00
committed by Thales Lima
parent 84a3642f95
commit 47e6f08338

View File

@@ -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.