@@ -5,12 +5,15 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased]
8+ ## [ 0.7.0] - 2019-10-08
9+
10+ ## [ 0.7.0-arduino] - 2019-10-08
911
1012### Changed
1113- improved coverage and formatting ([ #121 ] )
1214- refactored utils implementation ([ #133 ] )
1315- refactored Identities implementation. ([ #120 ] )
16+ - moved external libraries out of source tree ([ #156 ] )
1417
1518## [ 0.6.0] - 2019-07-16
1619
@@ -24,7 +27,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2427- improved PlatformIO configuration ([ #101 ] )
2528- improved formatting and maintainability ([ #98 ] )
2629- improved Slots implementations ([ #92 ] )
27- - moved external libraries out of source tree ([ #156 ] )
2830
2931### Fixed
3032- fixed Transaction Json numeric serialization ([ #103 ] )
@@ -119,4 +121,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
119121[ #121 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/121
120122[ #133 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/133
121123[ #156 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/156
122- [ Unreleased ] : https://github.com/ArkEcosystem/cpp-crypto/compare/0.6.0...develop
124+ [ 0.7.0-arduino ] : https://github.com/ArkEcosystem/cpp-crypto/compare/0.6.0-arduino...0.7.0-arduino
125+ [ 0.7.0 ] : https://github.com/ArkEcosystem/cpp-crypto/compare/0.6.0-arduino...0.7.0
0 commit comments