diff --git a/CHANGELOG.md b/CHANGELOG.md index 95fb909..3f803fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ - Nothing yet +## 0.7.0 (January 17, 2018) + +- Allow circular dependencies by passing in `{circular: true}` into the constructor - thanks [tbranyen](https://github.com/tbranyen)! + ## 0.6.0 (October 22, 2017) - Add a `size` method that will return the number of nodes in the graph. diff --git a/package.json b/package.json index 4bb6adc..5a04604 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dependency-graph", "description": "Simple dependency graph.", - "version": "0.6.0", + "version": "0.7.0", "author": "Jim Riecken ", "keywords": [ "dependency",