diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 2566af42..181e86b7 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Changed +- Update stellar sdk to v13 (#101) + +### Fixed +- Events not being associated to operations and therefore not indexed (#101) ## [4.3.0] - 2025-01-28 ### Changed diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 505fb6b3..2f85e400 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Changed +- Update stellar sdk to v13 and use type from the sdk rather than redefining (#101) ## [4.0.2] - 2024-10-22 ### Changed