diff --git a/Cargo.toml b/Cargo.toml index 4c00375..0eee323 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bliss-analyser" -version = "0.2.0" +version = "0.2.1" authors = ["Craig Drummond "] edition = "2018" license = "GPL-3.0-only" diff --git a/ChangeLog b/ChangeLog index eb783d1..182128b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +0.2.1 +----- +1. Update version of tag reader library. + 0.2.0 ----- 1. Tidy up code, thanks to Serial-ATA