diff --git a/CHANGELOG.md b/CHANGELOG.md index 529a1a6..a5d13ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # i2c_adc_ads7828 CHANGELOG +## [v2.0.2](https://github.com/4-20ma/i2c_adc_ads7828/tree/v2.0.2) (2016-09-27) +[Full Changelog](https://github.com/4-20ma/i2c_adc_ads7828/compare/v2.0.1...v2.0.2) + +OTHER + +- Fix Rakefile whitespace, update CHANGELOG date [\#24](https://github.com/4-20ma/i2c_adc_ads7828/pull/24) ([4-20ma](https://github.com/4-20ma)) + ## [v2.0.1](https://github.com/4-20ma/i2c_adc_ads7828/tree/v2.0.1) (2016-09-27) [Full Changelog](https://github.com/4-20ma/i2c_adc_ads7828/compare/v2.0.0...v2.0.1) diff --git a/VERSION b/VERSION index 38f77a6..e9307ca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.1 +2.0.2 diff --git a/doc/Doxyfile b/doc/Doxyfile index ff6256b..bbc58fc 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -32,7 +32,7 @@ PROJECT_NAME = i2c_adc_ads7828 # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = v2.0.1 +PROJECT_NUMBER = v2.0.2 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer diff --git a/extras/i2c_adc_ads7828 reference-2.0.1.pdf b/extras/i2c_adc_ads7828 reference-2.0.2.pdf similarity index 98% rename from extras/i2c_adc_ads7828 reference-2.0.1.pdf rename to extras/i2c_adc_ads7828 reference-2.0.2.pdf index 377b775..4b1eeaa 100644 Binary files a/extras/i2c_adc_ads7828 reference-2.0.1.pdf and b/extras/i2c_adc_ads7828 reference-2.0.2.pdf differ diff --git a/library.properties b/library.properties index a8ae5bc..418f82d 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=i2c_adc_ads7828 -version=2.0.1 +version=2.0.2 author=Doc Walker maintainer=Doc Walker <4-20ma@wvfans.net> sentence=Arduino library for the Texas Instruments ADS7828 12-bit, 8-channel I2C A/D converter. diff --git a/src/i2c_adc_ads7828.h b/src/i2c_adc_ads7828.h index b470628..80f2215 100644 --- a/src/i2c_adc_ads7828.h +++ b/src/i2c_adc_ads7828.h @@ -26,7 +26,7 @@ /// \mainpage Arduino library for TI ADS7828 I2C A/D converter. /// \version \verbinclude VERSION -/// \date 26 Sep 2016 +/// \date 27 Sep 2016 /// \par Source Code Repository: /// https://github.com/4-20ma/i2c_adc_ads7828 /// \par Programming Style Guidelines: