diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f33c509c..8a5826563 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # InfrastructureSystems +## 0.4.0 + +- Add validation for contigous forecasts +- Bug fix in table data parsing + ## 0.3.0 - Use accessor functions to retrieve forecasts instead of labels diff --git a/Project.toml b/Project.toml index 24ce20c7b..0024c9cc2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "InfrastructureSystems" uuid = "2cd47ed4-ca9b-11e9-27f2-ab636a7671f1" authors = ["Daniel Thom", "Jose Daniel Lara", "Clayton Barrows"] -version = "0.3.0" +version = "0.4.0" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"