@@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 2.6.9] - 2020-02-19
11
+
12
+ ### Added
13
+
14
+ - Filter peers by version range ([ #3465 ] )
15
+ - Add flag to skip export of rolled back transactions ([ #3459 ] )
16
+
17
+ ### Fixed
18
+
19
+ - Check for missed blocks before applying round ([ #3507 ] )
20
+ - Make app.js optional as initially intended ([ #3510 ] )
21
+ - Multisig legacy allow signatures property ([ #3489 ] )
22
+
23
+ ### Changed
24
+
25
+ - Remove pm2 from docker ([ #3505 ] )
26
+ - Use findByPublicKey to set both publickey and address on the multisig wallet ([ #3498 ] )
27
+ - Remove long dependency ([ #3502 ] )
28
+
10
29
## [ 2.6.1] - 2020-02-11
11
30
12
31
### Changed
@@ -849,6 +868,7 @@ Closed security vulnerabilities:
849
868
- Initial Release
850
869
851
870
[ unreleased ] : https://github.com/ARKEcosystem/core/compare/master...develop
871
+ [ 2.6.9 ] : https://github.com/ARKEcosystem/core/compare/2.6.1...2.6.9
852
872
[ 2.6.1 ] : https://github.com/ARKEcosystem/core/compare/2.6.0...2.6.1
853
873
[ 2.6.0 ] : https://github.com/ARKEcosystem/core/compare/2.5.38...2.6.0
854
874
[ 2.5.38 ] : https://github.com/ARKEcosystem/core/compare/2.5.37...2.5.38
@@ -1358,6 +1378,14 @@ Closed security vulnerabilities:
1358
1378
[ #3404 ] : https://github.com/ARKEcosystem/core/pull/3404
1359
1379
[ #3409 ] : https://github.com/ARKEcosystem/core/pull/3409
1360
1380
[ #3426 ] : https://github.com/ARKEcosystem/core/pull/3426
1381
+ [ #3459 ] : https://github.com/ARKEcosystem/core/pull/3459
1382
+ [ #3465 ] : https://github.com/ARKEcosystem/core/pull/3465
1383
+ [ #3489 ] : https://github.com/ARKEcosystem/core/pull/3489
1384
+ [ #3498 ] : https://github.com/ARKEcosystem/core/pull/3498
1385
+ [ #3502 ] : https://github.com/ARKEcosystem/core/pull/3502
1386
+ [ #3505 ] : https://github.com/ARKEcosystem/core/pull/3505
1387
+ [ #3507 ] : https://github.com/ARKEcosystem/core/pull/3507
1388
+ [ #3510 ] : https://github.com/ARKEcosystem/core/pull/3510
1361
1389
[ 032caa1b990e91937e4bc1561bc1aeaeca9e37d ] : https://github.com/ARKEcosystem/core/commit/032caa1b990e91937e4bc1561bc1aeaeca9e37d9
1362
1390
[ 1209a36366c8fd3ba31fab2463011b7ce1a7d84 ] : https://github.com/ARKEcosystem/core/commit/1209a36366c8fd3ba31fab2463011b7ce1a7d844
1363
1391
[ 34749bf84bcec3fecd0098c0d42f52deb1f6ba4 ] : https://github.com/ARKEcosystem/core/commit/34749bf84bcec3fecd0098c0d42f52deb1f6ba4a
0 commit comments