From 68753893532cbbe51c59b2103833bd0746b81bb5 Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Tue, 23 Jul 2024 14:39:07 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac1013e5..ac5ee311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [17.1.2] -### Uncategorized +### Added + +- Add `@metamask/providers/stream-provider` export ([#351](https://github.com/MetaMask/providers/pull/351)) + - This replaces the `@metamask/providers/dist/StreamProvider` export. It still exists for backwards compatibility, but will be removed in a future major release. + +### Changed -- Bump @metamask/utils from 9.0.0 to 9.1.0 ([#348](https://github.com/MetaMask/providers/pull/348)) -- Add `/stream-provider` export ([#351](https://github.com/MetaMask/providers/pull/351)) +- Bump `@metamask/utils` from `9.0.0` to `9.1.0` ([#348](https://github.com/MetaMask/providers/pull/348)) ## [17.1.1]