summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 413da63..73b79a3 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ Add this to your `Cargo.toml`:
```toml
[dependencies]
-serde_dhall = "0.1.0"
+serde_dhall = "0.2.0"
```
Reading Dhall files is easy and leverages the wonderful [`serde`]() library.
@@ -122,6 +122,12 @@ $ cargo test
Now we can have fun and happy contributing!
+## Changelog
+
+- 0.2.0: Update to supporting dhall v12.0.0
+
+- 0.1.0: Initial release
+
## License
Licensed under the terms of the 2-Clause BSD License ([LICENSE](LICENSE) or