diff --git a/CHANGELOG.md b/CHANGELOG.md index b265c61..b6ce6e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ InfrastructureModels.jl Change Log ================================== ### Staged -- Fix support for strongly type network data (#92) +- nothing + +### v0.7.8 +- Fix support for strongly typed network data (#92) ### v0.7.7 - Fix support for utf-8 in matlab parser (#91) diff --git a/Project.toml b/Project.toml index 8218e38..7ccd54f 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "InfrastructureModels" uuid = "2030c09a-7f63-5d83-885d-db604e0e9cc0" authors = ["Carleton Coffrin"] repo = "https://github.com/lanl-ansi/InfrastructureModels.jl" -version = "0.7.7" +version = "0.7.8" [deps] JuMP = "4076af6c-e467-56ae-b986-b466b2749572"