From afc6ee7f57764c91e17b58280424fd56246fc5a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 17:18:14 +0200 Subject: [PATCH] 28.0.0 (#781) * 28.0.0 * Update v28.0.0 changelog Co-authored-by: github-actions Co-authored-by: Mark Stacey --- CHANGELOG.md | 14 +++++++++++++- package.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17f5bd15d1..61ef738372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [28.0.0] +### Added +- Add GrantPermissions action to PermissionsController ([#780](https://github.com/MetaMask/controllers/pull/780)) +- Add `PermissionController.revokePermissionForAllSubjects` action ([#764](https://github.com/MetaMask/controllers/pull/764)) + +### Changed +- **BREAKING:** Rename NotificationController to AnnouncementController ([#697](https://github.com/MetaMask/controllers/pull/697)) + - The `NotificationController` class is now `AnnouncementController`. + - The controller `notifications` state has been renamed to `announcements`. + - All other exported types including the word "notification" have been updated to use the word "announcement" instead. + ## [27.1.1] ### Fixed - Move `@keystonehq/metamask-airgapped-keyring` to dependencies ([#757](https://github.com/MetaMask/controllers/pull/757)) @@ -538,7 +549,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - Remove shapeshift controller (#209) -[Unreleased]: https://github.com/MetaMask/controllers/compare/v27.1.1...HEAD +[Unreleased]: https://github.com/MetaMask/controllers/compare/v28.0.0...HEAD +[28.0.0]: https://github.com/MetaMask/controllers/compare/v27.1.1...v28.0.0 [27.1.1]: https://github.com/MetaMask/controllers/compare/v27.1.0...v27.1.1 [27.1.0]: https://github.com/MetaMask/controllers/compare/v27.0.0...v27.1.0 [27.0.0]: https://github.com/MetaMask/controllers/compare/v26.0.0...v27.0.0 diff --git a/package.json b/package.json index bcbd86cb05..c1f6f121e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/controllers", - "version": "27.1.1", + "version": "28.0.0", "description": "Collection of platform-agnostic modules for creating secure data models for cryptocurrency wallets", "keywords": [ "MetaMask",