diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..726b46e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +## [4.1.1](https://github.com/jcornaz/benimator/compare/v4.1.0...v4.1.1) (2023-01-08) + + +### Documentation + +* **readme:** fix build badge ([6ee96e7](https://github.com/jcornaz/benimator/commit/6ee96e719de6cef82eb04d4ca86e11cef3e011a1)) +* **readme:** remove build status badge ([dd9adc9](https://github.com/jcornaz/benimator/commit/dd9adc9aa0b4d47c7eabcfcbf954f9bc9e2e4ca7)) diff --git a/Cargo.toml b/Cargo.toml index d89b63c..62817c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "benimator" -version = "4.0.0" +version = "4.1.1" edition = "2021" rust-version = "1.62" authors = ["Jonathan Cornaz"]