# Change Log SHT31 All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.3.7] - 2022-11-24 - Add RP2040 support to build-CI. - Add CHANGELOG.md - update readme.md ## [0.3.6] - 2022-01-18 - sync with SHT85 lib ## [0.3.5] - 2021-12-28 - update library.json - update readme - update license - minor edits ## [0.3.4] - 2021-09-19 - update build-CI ## [0.3.3] - 2021-08-24 - fix #22 prevent heater to switch on too fast. - update readme ## [0.3.2] - 2021-08-05 - expose raw data from sensor ## [0.3.1] - 2021-05-27 - arduino-lint fixes ## [0.3.0] - 2021-01-04 - arduino-ci ---- ## [0.2.6] - 2021-01-01 - patch version 0.2.6 ## [0.2.5] - 2020-12-02 - add isHeaterOn() - add unittest - arduino-ci ## [0.2.4] - 2020-11-29 - added isConnected() ## [0.2.3] - 2020-07-19 - added CRC by PetrDa (thanks) - cleanup ## [0.2.2] - 2020-07-05 - fix compiling for ESP ## [0.2.1] - 2020-06-19 - fix library.json ## [0.2.0] - 2020-05-12 - made humidity & temperature private; - support ESP32 I2C ---- ## [0.1.2] - 2019-03-05 - fix issue #123 - error in humidity - stable version ## [0.1.1] - 2019-02-18 - add description readStatus(), - async interface ## [0.1.0] - 2019-02-08 - initial version