diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 9304074780..d614ca6b35 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased +## 2.0.11 - 2018-12-05 + +### Added + +- Store executed migrations in the database + +### Changed + +- Increase cache generation timeout and make it configurable + ## 2.0.1 - 2018-12-05 ### Changed diff --git a/packages/core/package.json b/packages/core/package.json index 96dee9b940..e1be148799 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@arkecosystem/core", "description": "Core of the Ark Blockchain", - "version": "2.0.1", + "version": "2.0.11", "contributors": [ "François-Xavier Thoorens ", "Kristjan Košič ",