@@ -7,14 +7,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 7.0.0]
11
+
12
+ ### Added
13
+
14
+ - Add ` getAccountBalances ` to ` KeyringClient ` ([ #340 ] ( https://github.com/MetaMask/keyring-api/pull/340 ) ).
15
+ - Allow multiple address per account ([ #315 ] ( https://github.com/MetaMask/keyring-api/pull/315 ) ).
16
+
17
+ ### Changed
18
+
19
+ - ** BREAKING:** Keep all ETH methods in the same ` enum ` ([ #313 ] ( https://github.com/MetaMask/keyring-api/pull/313 ) ).
20
+ - Bump @metamask/snaps-sdk from 4.4.1 to 4.4.2 ([ #339 ] ( https://github.com/MetaMask/keyring-api/pull/339 ) ).
21
+ - Bump @metamask/rpc-errors from 6.2.1 to 6.3.0 ([ #337 ] ( https://github.com/MetaMask/keyring-api/pull/337 ) ).
22
+ - Bump @metamask/json-rpc-middleware-stream from 7.0.1 to 7.0.2 ([ #333 ] ( https://github.com/MetaMask/keyring-api/pull/333 ) ).
23
+ - Bump @metamask/snaps-sdk from 4.4.0 to 4.4.1 ([ #334 ] ( https://github.com/MetaMask/keyring-api/pull/334 ) ).
24
+
25
+ ### Fixed
26
+
27
+ - Allow stale action to be run manually and fix permissions ([ #336 ] ( https://github.com/MetaMask/keyring-api/pull/336 ) ).
28
+
10
29
## [ 6.4.0]
11
30
12
31
### Changed
13
32
33
+ - ** BREAKING:** Keep all ETH methods in the same ` enum ` ([ #313 ] ( https://github.com/MetaMask/keyring-api/pull/313 ) ).
14
34
- Add support for ` @metamask/providers ` v17 ([ #329 ] ( https://github.com/MetaMask/keyring-api/pull/329 ) ).
15
35
16
36
## [ 6.3.1]
17
37
38
+ ### Changed
39
+
40
+ - ** BREAKING:** Keep all ETH methods in the same ` enum ` ([ #313 ] ( https://github.com/MetaMask/keyring-api/pull/313 ) ).
41
+
18
42
### Fixed
19
43
20
44
- Export ` Caip* ` types used in the API ([ #325 ] ( https://github.com/MetaMask/keyring-api/pull/325 ) ).
@@ -28,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
52
29
53
### Changed
30
54
55
+ - ** BREAKING:** Keep all ETH methods in the same ` enum ` ([ #313 ] ( https://github.com/MetaMask/keyring-api/pull/313 ) ).
31
56
- Bump @metamask/snaps-sdk from 4.2.0 to 4.3.0 ([ #323 ] ( https://github.com/MetaMask/keyring-api/pull/323 ) ).
32
57
- Split ` api.ts ` into different files ([ #319 ] ( https://github.com/MetaMask/keyring-api/pull/319 ) ).
33
58
- Make the ` KeyringAccount ` type less rigid ([ #311 ] ( https://github.com/MetaMask/keyring-api/pull/311 ) ).
@@ -36,7 +61,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
36
61
37
62
- Ensure that errors are JSON-serializable ([ #162 ] ( https://github.com/MetaMask/keyring-api/pull/162 ) ).
38
63
- Don't use internal types in the public API ([ #312 ] ( https://github.com/MetaMask/keyring-api/pull/312 ) ).
39
- - Keep all ETH methods in the same ` enum ` ([ #313 ] ( https://github.com/MetaMask/keyring-api/pull/313 ) ).
40
64
41
65
## [ 6.2.1]
42
66
@@ -331,7 +355,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
331
355
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
332
356
- Helper functions to create keyring handler in the snap.
333
357
334
- [ Unreleased ] : https://github.com/MetaMask/keyring-api/compare/v6.4.0...HEAD
358
+ [ Unreleased ] : https://github.com/MetaMask/keyring-api/compare/v7.0.0...HEAD
359
+ [ 7.0.0 ] : https://github.com/MetaMask/keyring-api/compare/v6.4.0...v7.0.0
335
360
[ 6.4.0 ] : https://github.com/MetaMask/keyring-api/compare/v6.3.1...v6.4.0
336
361
[ 6.3.1 ] : https://github.com/MetaMask/keyring-api/compare/v6.3.0...v6.3.1
337
362
[ 6.3.0 ] : https://github.com/MetaMask/keyring-api/compare/v6.2.1...v6.3.0
0 commit comments