diff --git a/CHANGELOG.md b/CHANGELOG.md index 37606f1..a559412 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [3.4.0](https://github.com/DeanIsMe/SevSeg/releases/tag/v3.4.0) (2019-04-21) + +### Added +* support for '*', which is displayed as degree symbol +* expanded setBrightness capabilities +* support for displays with no decimal point +* improved blank() functionality ## [3.3.0](https://github.com/DeanIsMe/SevSeg/releases/tag/v3.3.0) (2017-02-22) diff --git a/README.md b/README.md index 7f37533..166b528 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ Results will vary for each implementation. The brightness seen depends on the di ## License -Copyright 2017 Dean Reading +Copyright 2019 Dean Reading Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/library.properties b/library.properties index 8d28857..854b2e3 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=SevSeg -version=3.3.0 +version=3.4.0 author=Dean Reading maintainer=Dean Reading sentence=Turns your Arduino into a seven segment display controller!