diff --git a/CHANGELOG.md b/CHANGELOG.md index 99f3186..80f158d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.3.1] - 2020-08-28 + +### Changed + +- Use the [sensirion-i2c](https://crates.io/crates/sensirion-i2c) crate for a + more simplified codebase + + ## [0.3.0] - 2020-08-17 ### Changed diff --git a/Cargo.toml b/Cargo.toml index 6c5c5ce..2d9945f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sgp30" -version = "0.3.0" +version = "0.3.1" authors = ["Danilo Bargen "] documentation = "https://docs.rs/sgp30" repository = "https://github.com/dbrgn/sgp30-rs"