diff --git a/CHANGELOG.md b/CHANGELOG.md index 631135f..ad1bfae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## `latest` +## `0.2.0` + ### Added - `flat` function for simplifying nested provenance data. diff --git a/Project.toml b/Project.toml index d6a7a41..a29b888 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ProvenanceBase" uuid = "4d266fdc-498f-48d9-a85b-1209f2b17158" authors = ["Mike and contributors"] -version = "0.1.0" +version = "0.2.0" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"