@@ -6,11 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.2.6]
10
+ ### Changed
11
+ - Remove unused lavamoat allowed scripts ([ #122 ] ( https://github.com/MetaMask/keyring-api/pull/122 ) ).
12
+ - Update events in sequence diagram ([ #121 ] ( https://github.com/MetaMask/keyring-api/pull/121 ) ).
13
+ - Update Snap and ESLint dependencies ([ #117 ] ( https://github.com/MetaMask/keyring-api/pull/117 ) ).
14
+ - Bump @metamask/rpc-methods from 0.38.1-flask.1 to 2.0.0 ([ #120 ] ( https://github.com/MetaMask/keyring-api/pull/120 ) ).
15
+
9
16
## [ 0.2.5]
10
17
### Changed
11
- - Remove ` buildHandlersChain ` ([ #114 ] ( https://github.com/MetaMask/keyring-api/pull/114 ) )
12
- - Update doc for ` eth_signTransaction ` ([ #111 ] ( https://github.com/MetaMask/keyring-api/pull/111 ) )
13
- - Remove un-versioned ` eth_signTypedData ` method ([ #113 ] ( https://github.com/MetaMask/keyring-api/pull/113 ) )
18
+ - Remove ` buildHandlersChain ` ([ #114 ] ( https://github.com/MetaMask/keyring-api/pull/114 ) ).
19
+ - Update doc for ` eth_signTransaction ` ([ #111 ] ( https://github.com/MetaMask/keyring-api/pull/111 ) ).
20
+ - Remove un-versioned ` eth_signTypedData ` method ([ #113 ] ( https://github.com/MetaMask/keyring-api/pull/113 ) ).
14
21
15
22
## [ 0.2.4]
16
23
### Changed
@@ -85,7 +92,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
85
92
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
86
93
- Helper functions to create keyring handler in the snap.
87
94
88
- [ Unreleased ] : https://github.com/MetaMask/keyring-api/compare/v0.2.5...HEAD
95
+ [ Unreleased ] : https://github.com/MetaMask/keyring-api/compare/v0.2.6...HEAD
96
+ [ 0.2.6 ] : https://github.com/MetaMask/keyring-api/compare/v0.2.5...v0.2.6
89
97
[ 0.2.5 ] : https://github.com/MetaMask/keyring-api/compare/v0.2.4...v0.2.5
90
98
[ 0.2.4 ] : https://github.com/MetaMask/keyring-api/compare/v0.2.3...v0.2.4
91
99
[ 0.2.3 ] : https://github.com/MetaMask/keyring-api/compare/v0.2.2...v0.2.3
0 commit comments