diff --git a/CHANGELOG.md b/CHANGELOG.md index f22cc84a..ac5ee311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [17.1.2] + +### 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)) + ## [17.1.1] ### Changed @@ -437,7 +448,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 added deprecation warnings for them ([#30](https://github.com/MetaMask/providers/pull/30)) - Un-deprecated `sendAsync` ([#29](https://github.com/MetaMask/providers/pull/29)) -[Unreleased]: https://github.com/MetaMask/providers/compare/v17.1.1...HEAD +[Unreleased]: https://github.com/MetaMask/providers/compare/v17.1.2...HEAD +[17.1.2]: https://github.com/MetaMask/providers/compare/v17.1.1...v17.1.2 [17.1.1]: https://github.com/MetaMask/providers/compare/v17.1.0...v17.1.1 [17.1.0]: https://github.com/MetaMask/providers/compare/v17.0.0...v17.1.0 [17.0.0]: https://github.com/MetaMask/providers/compare/v16.1.0...v17.0.0 diff --git a/package.json b/package.json index 2695fd7f..1fb76fda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/providers", - "version": "17.1.1", + "version": "17.1.2", "description": "A JavaScript Ethereum provider that connects to the wallet over a stream", "keywords": [ "MetaMask",