diff --git a/CHANGELOG.md b/CHANGELOG.md index 88006c2e..eacace4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ documented here. This project adheres to [Semantic Versioning](https://semver.org/). +## [0.30.1] (09 Jan. 2022) +### Added +- Add conversion from/to types of `glam` 0.19 and 0.20. + ## [0.30.0] (02 Jan. 2022) ### Breaking changes diff --git a/Cargo.toml b/Cargo.toml index 4ecafc59..13f0584c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.30.0" +version = "0.30.1" authors = [ "Sébastien Crozet " ] description = "General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices."