diff --git a/CHANGELOG.md b/CHANGELOG.md index 52c737d..c812b3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format ## Unreleased +## v1.2.0 + +- Add `informat` option to `cmbuild`. + ## v1.1.1 - Fix `cmalign --notrunc`. diff --git a/Project.toml b/Project.toml index 4aa890f..548bed5 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Infernal" uuid = "4aa08641-d763-4623-9c5b-cef742500064" authors = ["Andrea Di Gioacchino", "Jorge Fernandez-de-Cossio-Diaz "] -version = "1.1.2" +version = "1.2.0" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"